targetCidrRange

@JvmName(name = "hlktbnfjettcfjks")
suspend fun targetCidrRange(value: Output<List<String>>)
@JvmName(name = "wmsbyvvycyrecqpf")
suspend fun targetCidrRange(value: List<String>?)

Parameters

value

Optional. Can be set to narrow down or pick a different address space while searching for a free range. If not set, defaults to the "10.0.0.0/8" address space. This can be used to search in other rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC.


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


@JvmName(name = "cfjegtesyamjqncg")
suspend fun targetCidrRange(values: List<Output<String>>)
@JvmName(name = "dudjfdbcdaesqwjv")
suspend fun targetCidrRange(vararg values: String)

Parameters

values

Optional. Can be set to narrow down or pick a different address space while searching for a free range. If not set, defaults to the "10.0.0.0/8" address space. This can be used to search in other rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC.