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'
)
[REQUIRED]
The Amazon Web Services account ID that owns the cluster.
[REQUIRED]
The cluster identifier of the cluster that receives data from the partner.
[REQUIRED]
The name of the database that receives data from the partner.
[REQUIRED]
The name of the partner that is authorized to send data.
dict
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