subnets

@JvmName(name = "cjihhpstftxsieme")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "kccxgkvmiwaspdkn")
suspend fun subnets(value: List<String>)

Parameters

value

The subnets associated with the task or service. There is a limit of 16 subnets that can be specified per AwsVpcConfiguration.


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


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

Parameters

values

The subnets associated with the task or service. There is a limit of 16 subnets that can be specified per AwsVpcConfiguration.