EndpointLoadBalancerOptionsArgs

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

Constructors

Link copied to clipboard
constructor(loadBalancerArn: Output<String>? = null, port: Output<Int>? = null, portRanges: Output<List<EndpointLoadBalancerOptionsPortRangeArgs>>? = null, protocol: Output<String>? = null, subnetIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val loadBalancerArn: Output<String>? = null
Link copied to clipboard
val port: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
val protocol: Output<String>? = null
Link copied to clipboard
val subnetIds: Output<List<String>>? = null

Functions

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