subnetIds

@JvmName(name = "msmvkbgtmmlpkqnf")
suspend fun subnetIds(value: Output<List<String>>)
@JvmName(name = "publiwwgwwlxllaa")
suspend fun subnetIds(value: List<String>)

Parameters

value

The private subnet IDs in which the environment should be created. MWAA requires two subnets.


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


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

Parameters

values

The private subnet IDs in which the environment should be created. MWAA requires two subnets.