Glue / Client / delete_integration_resource_property
delete_integration_resource_property¶
- Glue.Client.delete_integration_resource_property(**kwargs)¶
This API is used for deleting the
ResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target).See also: AWS API Documentation
Request Syntax
response = client.delete_integration_resource_property( ResourceArn='string' )
- Parameters:
ResourceArn (string) –
[REQUIRED]
The connection ARN of the source, or the database ARN of the target.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Glue.Client.exceptions.ValidationExceptionGlue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.InternalServerExceptionGlue.Client.exceptions.ResourceNotFoundExceptionGlue.Client.exceptions.EntityNotFoundExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.InvalidInputException