subnetIds

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

Parameters

value

A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.


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


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

Parameters

values

A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.