subnetIds

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


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