RDS / Client / deregister_db_proxy_targets
deregister_db_proxy_targets#
- RDS.Client.deregister_db_proxy_targets(**kwargs)#
Remove the association between one or more
DBProxyTarget
data structures and aDBProxyTargetGroup
.See also: AWS API Documentation
Request Syntax
response = client.deregister_db_proxy_targets( DBProxyName='string', TargetGroupName='string', DBInstanceIdentifiers=[ 'string', ], DBClusterIdentifiers=[ 'string', ] )
- Parameters:
DBProxyName (string) –
[REQUIRED]
The identifier of the
DBProxy
that is associated with theDBProxyTargetGroup
.TargetGroupName (string) – The identifier of the
DBProxyTargetGroup
.DBInstanceIdentifiers (list) –
One or more DB instance identifiers.
(string) –
DBClusterIdentifiers (list) –
One or more DB cluster identifiers.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
RDS.Client.exceptions.DBProxyTargetNotFoundFault
RDS.Client.exceptions.DBProxyTargetGroupNotFoundFault
RDS.Client.exceptions.DBProxyNotFoundFault
RDS.Client.exceptions.InvalidDBProxyStateFault