subnets

@JvmName(name = "anvrqkbfbaxvuhnl")
suspend fun subnets(value: Output<List<String>>)
@JvmName(name = "rkodihggpinywfiu")
suspend fun subnets(value: List<String>?)

Parameters

value

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets.


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


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

Parameters

values

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets.