subnets

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


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