Class: Aws::EC2::Types::CreateVerifiedAccessEndpointRdsOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateVerifiedAccessEndpointRdsOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the RDS options for a Verified Access endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port.
 - 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The protocol.
 - 
  
    
      #rds_db_cluster_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the DB cluster.
 - 
  
    
      #rds_db_instance_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the RDS instance.
 - 
  
    
      #rds_db_proxy_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the RDS proxy.
 - 
  
    
      #rds_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The RDS endpoint.
 - 
  
    
      #subnet_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the subnets.
 
Instance Attribute Details
#port ⇒ Integer
The port.
      13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13207 class CreateVerifiedAccessEndpointRdsOptions < Struct.new( :protocol, :port, :rds_db_instance_arn, :rds_db_cluster_arn, :rds_db_proxy_arn, :rds_endpoint, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The protocol.
      13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13207 class CreateVerifiedAccessEndpointRdsOptions < Struct.new( :protocol, :port, :rds_db_instance_arn, :rds_db_cluster_arn, :rds_db_proxy_arn, :rds_endpoint, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#rds_db_cluster_arn ⇒ String
The ARN of the DB cluster.
      13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13207 class CreateVerifiedAccessEndpointRdsOptions < Struct.new( :protocol, :port, :rds_db_instance_arn, :rds_db_cluster_arn, :rds_db_proxy_arn, :rds_endpoint, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#rds_db_instance_arn ⇒ String
The ARN of the RDS instance.
      13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13207 class CreateVerifiedAccessEndpointRdsOptions < Struct.new( :protocol, :port, :rds_db_instance_arn, :rds_db_cluster_arn, :rds_db_proxy_arn, :rds_endpoint, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#rds_db_proxy_arn ⇒ String
The ARN of the RDS proxy.
      13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13207 class CreateVerifiedAccessEndpointRdsOptions < Struct.new( :protocol, :port, :rds_db_instance_arn, :rds_db_cluster_arn, :rds_db_proxy_arn, :rds_endpoint, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#rds_endpoint ⇒ String
The RDS endpoint.
      13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13207 class CreateVerifiedAccessEndpointRdsOptions < Struct.new( :protocol, :port, :rds_db_instance_arn, :rds_db_cluster_arn, :rds_db_proxy_arn, :rds_endpoint, :subnet_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_ids ⇒ Array<String>
The IDs of the subnets. You can specify only one subnet per Availability Zone.
      13207 13208 13209 13210 13211 13212 13213 13214 13215 13216 13217  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13207 class CreateVerifiedAccessEndpointRdsOptions < Struct.new( :protocol, :port, :rds_db_instance_arn, :rds_db_cluster_arn, :rds_db_proxy_arn, :rds_endpoint, :subnet_ids) SENSITIVE = [] include Aws::Structure end  |