class Aws::RDS::Types::ModifyDBProxyEndpointRequest

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

data as a hash:

    {
      db_proxy_endpoint_name: "DBProxyEndpointName", # required
      new_db_proxy_endpoint_name: "DBProxyEndpointName",
      vpc_security_group_ids: ["String"],
    }

@!attribute [rw] db_proxy_endpoint_name

The name of the DB proxy sociated with the DB proxy endpoint that
you want to modify.
@return [String]

@!attribute [rw] new_db_proxy_endpoint_name

The new identifier for the `DBProxyEndpoint`. An identifier must
begin with a letter and must contain only ASCII letters, digits, and
hyphens; it can't end with a hyphen or contain two consecutive
hyphens.
@return [String]

@!attribute [rw] vpc_security_group_ids

The VPC security group IDs for the DB proxy endpoint. When the DB
proxy endpoint uses a different VPC than the original proxy, you
also specify a different set of security group IDs than for the
original proxy.
@return [Array<String>]

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

Constants

SENSITIVE