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