Class: Aws::EC2::Types::CreateVerifiedAccessEndpointLoadBalancerOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVerifiedAccessEndpointLoadBalancerOptions
- Defined in:
- gems/aws-sdk-ec2/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.
13905 13906 13907 13908 13909 13910 13911 13912 13913 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13905 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The IP port number.
13905 13906 13907 13908 13909 13910 13911 13912 13913 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13905 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.
13905 13906 13907 13908 13909 13910 13911 13912 13913 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13905 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The IP protocol.
13905 13906 13907 13908 13909 13910 13911 13912 13913 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13905 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.
13905 13906 13907 13908 13909 13910 13911 13912 13913 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13905 class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids, :port_ranges) SENSITIVE = [] include Aws::Structure end |