Class: Aws::RDS::Types::CreateDBProxyEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CreateDBProxyEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_proxy_endpoint_name ⇒ String
The name of the DB proxy endpoint to create.
-
#db_proxy_name ⇒ String
The name of the DB proxy associated with the DB proxy endpoint that you create.
-
#tags ⇒ Array<Types::Tag>
A list of tags.
-
#target_role ⇒ String
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
-
#vpc_security_group_ids ⇒ Array<String>
The VPC security group IDs for the DB proxy endpoint that you create.
-
#vpc_subnet_ids ⇒ Array<String>
The VPC subnet IDs for the DB proxy endpoint that you create.
Instance Attribute Details
#db_proxy_endpoint_name ⇒ String
The name of the DB proxy endpoint to create.
5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-rds/types.rb', line 5209 class CreateDBProxyEndpointRequest < Struct.new( :db_proxy_name, :db_proxy_endpoint_name, :vpc_subnet_ids, :vpc_security_group_ids, :target_role, :tags) SENSITIVE = [] include Aws::Structure end |
#db_proxy_name ⇒ String
The name of the DB proxy associated with the DB proxy endpoint that you create.
5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-rds/types.rb', line 5209 class CreateDBProxyEndpointRequest < Struct.new( :db_proxy_name, :db_proxy_endpoint_name, :vpc_subnet_ids, :vpc_security_group_ids, :target_role, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags. For more information, see [Tagging Amazon RDS Resources] in the *Amazon RDS User Guide.*
[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-rds/types.rb', line 5209 class CreateDBProxyEndpointRequest < Struct.new( :db_proxy_name, :db_proxy_endpoint_name, :vpc_subnet_ids, :vpc_security_group_ids, :target_role, :tags) SENSITIVE = [] include Aws::Structure end |
#target_role ⇒ String
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. The default is `READ_WRITE`. The only role that proxies for RDS for Microsoft SQL Server support is `READ_WRITE`.
5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-rds/types.rb', line 5209 class CreateDBProxyEndpointRequest < Struct.new( :db_proxy_name, :db_proxy_endpoint_name, :vpc_subnet_ids, :vpc_security_group_ids, :target_role, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_security_group_ids ⇒ Array<String>
The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.
5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-rds/types.rb', line 5209 class CreateDBProxyEndpointRequest < Struct.new( :db_proxy_name, :db_proxy_endpoint_name, :vpc_subnet_ids, :vpc_security_group_ids, :target_role, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_subnet_ids ⇒ Array<String>
The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.
5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 |
# File 'lib/aws-sdk-rds/types.rb', line 5209 class CreateDBProxyEndpointRequest < Struct.new( :db_proxy_name, :db_proxy_endpoint_name, :vpc_subnet_ids, :vpc_security_group_ids, :target_role, :tags) SENSITIVE = [] include Aws::Structure end |