Class: Aws::EC2::Types::VerifiedAccessEndpointLoadBalancerOptions

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

Instance Attribute Details

#load_balancer_arnString

The ARN of the load balancer.

Returns:

  • (String)


66841
66842
66843
66844
66845
66846
66847
66848
# File 'lib/aws-sdk-ec2/types.rb', line 66841

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

#portInteger

The IP port number.

Returns:

  • (Integer)


66841
66842
66843
66844
66845
66846
66847
66848
# File 'lib/aws-sdk-ec2/types.rb', line 66841

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

#protocolString

The IP protocol.

Returns:

  • (String)


66841
66842
66843
66844
66845
66846
66847
66848
# File 'lib/aws-sdk-ec2/types.rb', line 66841

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

#subnet_idsArray<String>

The IDs of the subnets.

Returns:

  • (Array<String>)


66841
66842
66843
66844
66845
66846
66847
66848
# File 'lib/aws-sdk-ec2/types.rb', line 66841

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