subnets

@JvmName(name = "euljkljfebiayssy")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "tgnfelxthpbeyvcs")
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 = "xderccegebtgqmvc")
suspend fun subnets(vararg values: Output<String>)


@JvmName(name = "khjpemcyhstlqaic")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "ijcobmxhptalevfj")
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.