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.DBProxyTargetNotFoundFaultRDS.Client.exceptions.DBProxyTargetGroupNotFoundFaultRDS.Client.exceptions.DBProxyNotFoundFaultRDS.Client.exceptions.InvalidDBProxyStateFault