subnetIds

@JvmName(name = "wfdcmarqqtsbukar")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "fmgiclbhvbhnsxuo")
suspend fun subnetIds(value: List<String>?)

Parameters

value

The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones. Pattern : ^subnet-([0-9a-f]{8}|[0-9a-f]{17})$


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


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

Parameters

values

The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones. Pattern : ^subnet-([0-9a-f]{8}|[0-9a-f]{17})$