subnets

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

Parameters

value

A list of subnet IDs to attach to the ELB. When an update to subnets will remove all current subnets, this will force a new resource.


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


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

Parameters

values

A list of subnet IDs to attach to the ELB. When an update to subnets will remove all current subnets, this will force a new resource.