Method: Aws::RDS::Types::CreateDBProxyRequest#db_proxy_name

Defined in:
lib/aws-sdk-rds/types.rb

#db_proxy_nameString

The identifier for the proxy. This name must be unique for all proxies owned by your Amazon Web Services account in the specified Amazon Web Services Region. 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)


5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
# File 'lib/aws-sdk-rds/types.rb', line 5748

class CreateDBProxyRequest < Struct.new(
  :db_proxy_name,
  :engine_family,
  :auth,
  :role_arn,
  :vpc_subnet_ids,
  :vpc_security_group_ids,
  :require_tls,
  :idle_client_timeout,
  :debug_logging,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end