subnets

@JvmName(name = "hqbydaiawxofyhxq")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "adenrrxkpefaount")
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. All specified subnets must be from the same VPC.


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


@JvmName(name = "eysoagjuqijqhnon")
suspend fun subnets(values: List<Output<String>>)
@JvmName(name = "dirgidbrqbjcypuc")
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. All specified subnets must be from the same VPC.