subnets

@JvmName(name = "wddrwdwmymdxckgl")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "uojmskxnkficqpwu")
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 = "hhkckctfidbrlwpl")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "lyhgbdhyhmqejigm")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "cxumdkdxwvdflqlc")
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.