class Aws::RDS::Types::RegisterDBProxyTargetsRequest

@note When making an API call, you may pass RegisterDBProxyTargetsRequest

data as a hash:

    {
      db_proxy_name: "String", # required
      target_group_name: "String",
      db_instance_identifiers: ["String"],
      db_cluster_identifiers: ["String"],
    }

@!attribute [rw] db_proxy_name

The identifier of the `DBProxy` that is associated with the
`DBProxyTargetGroup`.
@return [String]

@!attribute [rw] target_group_name

The identifier of the `DBProxyTargetGroup`.
@return [String]

@!attribute [rw] db_instance_identifiers

One or more DB instance identifiers.
@return [Array<String>]

@!attribute [rw] db_cluster_identifiers

One or more DB cluster identifiers.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RegisterDBProxyTargetsRequest AWS API Documentation

Constants

SENSITIVE