DataZone / Client / delete_connection
delete_connection¶
- DataZone.Client.delete_connection(**kwargs)¶
- Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services. - See also: AWS API Documentation - Request Syntax- response = client.delete_connection( domainIdentifier='string', identifier='string' ) - Parameters:
- domainIdentifier (string) – - [REQUIRED] - The ID of the domain where the connection is deleted. 
- identifier (string) – - [REQUIRED] - The ID of the connection that is deleted. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'status': 'string' } - Response Structure- (dict) – - status (string) – - The status of the action. 
 
 
 - Exceptions