subnets

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

Parameters

value

List of subnet IDs to attach to the LB. For Load Balancers of type network subnets can only be added (see Availability Zones), deleting a subnet for load balancers of type network will force a recreation of the resource.


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


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

Parameters

values

List of subnet IDs to attach to the LB. For Load Balancers of type network subnets can only be added (see Availability Zones), deleting a subnet for load balancers of type network will force a recreation of the resource.