VerifiedAccessEndpointLoadBalancerOptionsArgs

data class VerifiedAccessEndpointLoadBalancerOptionsArgs(val loadBalancerArn: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<String>? = null, val subnetIds: Output<List<String>>? = null) : ConvertibleToJava<VerifiedAccessEndpointLoadBalancerOptionsArgs>

The load balancer details if creating the AWS Verified Access endpoint as load-balancertype.

Constructors

constructor(loadBalancerArn: Output<String>? = null, port: Output<Int>? = null, protocol: Output<String>? = null, subnetIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val loadBalancerArn: Output<String>? = null

The ARN of the load balancer.

Link copied to clipboard
val port: Output<Int>? = null

The IP port number.

Link copied to clipboard
val protocol: Output<String>? = null

The IP protocol.

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

The IDs of the subnets.

Functions

Link copied to clipboard
open override fun toJava(): VerifiedAccessEndpointLoadBalancerOptionsArgs