Glue / Client / delete_connection_type

delete_connection_type

Glue.Client.delete_connection_type(**kwargs)

Deletes a custom connection type in Glue.

The connection type must exist and be registered before it can be deleted. This operation supports cleanup of connection type resources and helps maintain proper lifecycle management of custom connection types.

See also: AWS API Documentation

Request Syntax

response = client.delete_connection_type(
    ConnectionType='string'
)
Parameters:

ConnectionType (string) –

[REQUIRED]

The name of the connection type to delete. Must reference an existing registered connection type.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.InvalidInputException

  • Glue.Client.exceptions.OperationTimeoutException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.ValidationException