subnets

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

Parameters

value

Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.


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


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

Parameters

values

Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.