Redshift / Client / delete_partner
delete_partner#
- Redshift.Client.delete_partner(**kwargs)#
Deletes a partner integration from a cluster. Data can still flow to the cluster until the integration is deleted at the partner’s website.
See also: AWS API Documentation
Request Syntax
response = client.delete_partner( AccountId='string', ClusterIdentifier='string', DatabaseName='string', PartnerName='string' )
- Parameters:
AccountId (string) –
[REQUIRED]
The Amazon Web Services account ID that owns the cluster.
ClusterIdentifier (string) –
[REQUIRED]
The cluster identifier of the cluster that receives data from the partner.
DatabaseName (string) –
[REQUIRED]
The name of the database that receives data from the partner.
PartnerName (string) –
[REQUIRED]
The name of the partner that is authorized to send data.
- Return type:
dict
- Returns:
Response Syntax
{ 'DatabaseName': 'string', 'PartnerName': 'string' }
Response Structure
(dict) –
DatabaseName (string) –
The name of the database that receives data from the partner.
PartnerName (string) –
The name of the partner that is authorized to send data.
Exceptions
Redshift.Client.exceptions.PartnerNotFoundFault
Redshift.Client.exceptions.ClusterNotFoundFault
Redshift.Client.exceptions.UnauthorizedPartnerIntegrationFault
Redshift.Client.exceptions.UnsupportedOperationFault