Class: Aws::EC2::Types::CreateVerifiedAccessEndpointLoadBalancerOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateVerifiedAccessEndpointLoadBalancerOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the load balancer options when creating an Amazon Web Services Verified Access endpoint using the ‘load-balancer` type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #load_balancer_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the load balancer.
 - 
  
    
      #port  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP port number.
 - 
  
    
      #port_ranges  ⇒ Array<Types::CreateVerifiedAccessEndpointPortRange> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The port ranges.
 - 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP protocol.
 - 
  
    
      #subnet_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the subnets.
 
Instance Attribute Details
#load_balancer_arn ⇒ String
The ARN of the load balancer.
      13145 13146 13147 13148 13149 13150 13151 13152 13153  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13145 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#port ⇒ Integer
The IP port number.
      13145 13146 13147 13148 13149 13150 13151 13152 13153  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13145 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#port_ranges ⇒ Array<Types::CreateVerifiedAccessEndpointPortRange>
The port ranges.
      13145 13146 13147 13148 13149 13150 13151 13152 13153  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13145 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#protocol ⇒ String
The IP protocol.
      13145 13146 13147 13148 13149 13150 13151 13152 13153  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13145 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end  | 
  
#subnet_ids ⇒ Array<String>
The IDs of the subnets. You can specify only one subnet per Availability Zone.
      13145 13146 13147 13148 13149 13150 13151 13152 13153  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 13145 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end  |