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.EntityNotFoundExceptionGlue.Client.exceptions.InvalidInputExceptionGlue.Client.exceptions.OperationTimeoutExceptionGlue.Client.exceptions.InternalServiceExceptionGlue.Client.exceptions.AccessDeniedExceptionGlue.Client.exceptions.ValidationException