Class: Aws::EC2::Types::VerifiedAccessEndpointLoadBalancerOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessEndpointLoadBalancerOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a load balancer 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::VerifiedAccessEndpointPortRange>
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.
71453 71454 71455 71456 71457 71458 71459 71460 71461 |
# File 'lib/aws-sdk-ec2/types.rb', line 71453 class VerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The IP port number.
71453 71454 71455 71456 71457 71458 71459 71460 71461 |
# File 'lib/aws-sdk-ec2/types.rb', line 71453 class VerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port_ranges ⇒ Array<Types::VerifiedAccessEndpointPortRange>
The port ranges.
71453 71454 71455 71456 71457 71458 71459 71460 71461 |
# File 'lib/aws-sdk-ec2/types.rb', line 71453 class VerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The IP protocol.
71453 71454 71455 71456 71457 71458 71459 71460 71461 |
# File 'lib/aws-sdk-ec2/types.rb', line 71453 class VerifiedAccessEndpointLoadBalancerOptions < 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.
71453 71454 71455 71456 71457 71458 71459 71460 71461 |
# File 'lib/aws-sdk-ec2/types.rb', line 71453 class VerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |