targetCidrRanges

@JvmName(name = "tyrbdrcuwsonxpxc")
suspend fun targetCidrRanges(value: Output<List<String>>)
@JvmName(name = "rwyrajqfushcmxrk")
suspend fun targetCidrRanges(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 = "kkcgotwiwbxqggfb")
suspend fun targetCidrRanges(vararg values: Output<String>)


@JvmName(name = "gyxwqshqnutknfth")
suspend fun targetCidrRanges(values: List<Output<String>>)
@JvmName(name = "ajiahvhhpgtrjrjr")
suspend fun targetCidrRanges(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.