subnetMappings

@JvmName(name = "tvkntjhcasybfbwb")
suspend fun subnetMappings(value: Output<List<LoadBalancerSubnetMappingArgs>>)
@JvmName(name = "kmwfnxeuwpsuwjvj")
suspend fun subnetMappings(value: List<LoadBalancerSubnetMappingArgs>?)

Parameters

value

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both.


@JvmName(name = "jsgjdrqcnbmgrpfo")
suspend fun subnetMappings(vararg values: Output<LoadBalancerSubnetMappingArgs>)


@JvmName(name = "gnvmpmjishxpuwxo")
suspend fun subnetMappings(values: List<Output<LoadBalancerSubnetMappingArgs>>)
@JvmName(name = "cmkbmbbraoeeodgc")
suspend fun subnetMappings(vararg values: LoadBalancerSubnetMappingArgs)

Parameters

values

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both.


@JvmName(name = "ruowjlhjfqxplfeq")
suspend fun subnetMappings(argument: List<suspend LoadBalancerSubnetMappingArgsBuilder.() -> Unit>)
@JvmName(name = "ftbcyfbaemvrwmjw")
suspend fun subnetMappings(vararg argument: suspend LoadBalancerSubnetMappingArgsBuilder.() -> Unit)
@JvmName(name = "vqnvtwtfwpnrxski")
suspend fun subnetMappings(argument: suspend LoadBalancerSubnetMappingArgsBuilder.() -> Unit)

Parameters

argument

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both.