subnetIds

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


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