subnets

@JvmName(name = "tndloyubskxhpodm")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "djgiytfjppkimobg")
suspend fun subnets(value: List<String>?)

Parameters

value

A list of subnet IDs to attach to the LB. Subnets cannot be updated for Load Balancers of type network. Changing this value for load balancers of type network will force a recreation of the resource.


@JvmName(name = "nwstcpdboupewbfa")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "hjiedulykdjbumxy")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "iacrddkuwgksttio")
suspend fun subnets(vararg values: String)

Parameters

values

A list of subnet IDs to attach to the LB. Subnets cannot be updated for Load Balancers of type network. Changing this value for load balancers of type network will force a recreation of the resource.