Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

deregister_db_proxy_targets

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',
    ]
)
Parameters
  • DBProxyName (string) --

    [REQUIRED]

    The identifier of the DBProxy that is associated with the DBProxyTargetGroup .

  • 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