subnetIds

@JvmName(name = "xjpuilfnjuebjroh")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "lgsjryspxfnfcxen")
suspend fun subnetIds(value: List<String>)

Parameters

value

A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).


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


@JvmName(name = "uicnhombkcecbdda")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "scqxnjeseommclbu")
suspend fun subnetIds(vararg values: String)

Parameters

values

A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).