subnets

@JvmName(name = "pykyywwkihcgchor")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "fawwajawydyanayf")
suspend fun subnets(value: List<String>?)

Parameters

value

The IDs of subnets to launch a Pod into. A Pod running on Fargate isn't assigned a public IP address, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.


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


@JvmName(name = "gpsrhvrkyuiifirc")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "bvyvtkatowpgmsjb")
suspend fun subnets(vararg values: String)

Parameters

values

The IDs of subnets to launch a Pod into. A Pod running on Fargate isn't assigned a public IP address, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.