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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


19049
19050
19051
19052
19053
19054
19055
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19049

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)


19049
19050
19051
19052
19053
19054
19055
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19049

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>)


19049
19050
19051
19052
19053
19054
19055
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19049

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