destinationCidrBlocks

@JvmName(name = "ihfotwwrhmmvkdtr")
suspend fun destinationCidrBlocks(value: List<String>?)

Parameters

value

List of strings containing CIDRs. You can define the IPv4 and IPv6 CIDR notation for each AWS Region. For example, 10.1.0.0/16 or 2001:db8::/56. This is an array of CIDR notation strings.


@JvmName(name = "dcvcfibjeygiqftb")
suspend fun destinationCidrBlocks(vararg values: String)

Parameters

values

List of strings containing CIDRs. You can define the IPv4 and IPv6 CIDR notation for each AWS Region. For example, 10.1.0.0/16 or 2001:db8::/56. This is an array of CIDR notation strings.