subnetIds

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

Parameters

value

A list of subnets to use for the environment. These must be private subnets, in the same VPC, in two different availability zones.


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


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

Parameters

values

A list of subnets to use for the environment. These must be private subnets, in the same VPC, in two different availability zones.