subnets

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

Parameters

value

The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified per `AwsVpcConfiguration`. All specified subnets must be from the same VPC.


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


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

Parameters

values

The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified per `AwsVpcConfiguration`. All specified subnets must be from the same VPC.