subnets

@JvmName(name = "hhxwnjdqtabbatdw")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "qqwxffrxgpgqoryn")
suspend fun subnets(value: List<String>?)

Parameters

value

List of the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.


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


@JvmName(name = "dudysubntpqptaam")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "tavooojcxgpxngkd")
suspend fun subnets(vararg values: String)

Parameters

values

List of the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.