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.
13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-ec2/types.rb', line 13000 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The IP port number.
13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-ec2/types.rb', line 13000 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.
13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-ec2/types.rb', line 13000 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The IP protocol.
13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-ec2/types.rb', line 13000 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.
13000 13001 13002 13003 13004 13005 13006 13007 13008 |
# File 'lib/aws-sdk-ec2/types.rb', line 13000 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |