subnetIds

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


@JvmName(name = "homgcqvxytfcluhf")
suspend fun subnetIds(values: List<Output<String>>)
@JvmName(name = "octectiqmttdeixs")
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})$