Class: Aws::RDS::Types::ModifyDBProxyEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_proxy_endpoint_nameString

The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.

Returns:

  • (String)


19058
19059
19060
19061
19062
19063
19064
# File 'lib/aws-sdk-rds/types.rb', line 19058

class ModifyDBProxyEndpointRequest < Struct.new(
  :db_proxy_endpoint_name,
  :new_db_proxy_endpoint_name,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end

#new_db_proxy_endpoint_nameString

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.

Returns:

  • (String)


19058
19059
19060
19061
19062
19063
19064
# File 'lib/aws-sdk-rds/types.rb', line 19058

class ModifyDBProxyEndpointRequest < Struct.new(
  :db_proxy_endpoint_name,
  :new_db_proxy_endpoint_name,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_security_group_idsArray<String>

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.

Returns:

  • (Array<String>)


19058
19059
19060
19061
19062
19063
19064
# File 'lib/aws-sdk-rds/types.rb', line 19058

class ModifyDBProxyEndpointRequest < Struct.new(
  :db_proxy_endpoint_name,
  :new_db_proxy_endpoint_name,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end