Class: Aws::EC2::Types::CreateVerifiedAccessEndpointLoadBalancerOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#load_balancer_arnString

The ARN of the load balancer.

Returns:

  • (String)


13369
13370
13371
13372
13373
13374
13375
13376
13377
# File 'lib/aws-sdk-ec2/types.rb', line 13369

class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new(
  :protocol,
  :port,
  :load_balancer_arn,
  :subnet_ids,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The IP port number.

Returns:

  • (Integer)


13369
13370
13371
13372
13373
13374
13375
13376
13377
# File 'lib/aws-sdk-ec2/types.rb', line 13369

class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new(
  :protocol,
  :port,
  :load_balancer_arn,
  :subnet_ids,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#port_rangesArray<Types::CreateVerifiedAccessEndpointPortRange>

The port ranges.



13369
13370
13371
13372
13373
13374
13375
13376
13377
# File 'lib/aws-sdk-ec2/types.rb', line 13369

class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new(
  :protocol,
  :port,
  :load_balancer_arn,
  :subnet_ids,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The IP protocol.

Returns:

  • (String)


13369
13370
13371
13372
13373
13374
13375
13376
13377
# File 'lib/aws-sdk-ec2/types.rb', line 13369

class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new(
  :protocol,
  :port,
  :load_balancer_arn,
  :subnet_ids,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The IDs of the subnets. You can specify only one subnet per Availability Zone.

Returns:

  • (Array<String>)


13369
13370
13371
13372
13373
13374
13375
13376
13377
# File 'lib/aws-sdk-ec2/types.rb', line 13369

class CreateVerifiedAccessEndpointLoadBalancerOptions < Struct.new(
  :protocol,
  :port,
  :load_balancer_arn,
  :subnet_ids,
  :port_ranges)
  SENSITIVE = []
  include Aws::Structure
end