subnetIds

@JvmName(name = "mmjayhodxhvxajpa")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "gfhlhiggdjbrcbiq")
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 = "fqnjqvdkfqmgauov")
suspend fun subnetIds(vararg values: Output<String>)


@JvmName(name = "fywviluqeuedjwrh")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "jxewgemxghmeqeri")
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).