Glue / Client / delete_integration_resource_property

delete_integration_resource_property

Glue.Client.delete_integration_resource_property(**kwargs)

This API is used for deleting the ResourceProperty of 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.ValidationException

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.InternalServerException

  • Glue.Client.exceptions.ResourceNotFoundException

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.InvalidInputException