VerifiedAccessEndpointLoadBalancerOptions

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val loadBalancerArn: String? = null

The ARN of the load balancer.

Link copied to clipboard
val port: Int? = null

The IP port number.

Link copied to clipboard
val protocol: String? = null

The IP protocol.

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

The IDs of the subnets.