Record Cidr Routing Policy Args
data class RecordCidrRoutingPolicyArgs(val collectionId: Output<String>, val locationName: Output<String>) : ConvertibleToJava<RecordCidrRoutingPolicyArgs>
Properties
Link copied to clipboard
The CIDR collection ID. See the aws_route53_cidr_collection
resource for more details.
Link copied to clipboard
The CIDR collection location name. See the aws_route53_cidr_location
resource for more details. A location_name
with an asterisk "*"
can be used to create a default CIDR record. collection_id
is still required for default record.