subnets

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


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