RecordCidrRoutingPolicyArgs

data class RecordCidrRoutingPolicyArgs(val collectionId: Output<String>, val locationName: Output<String>) : ConvertibleToJava<RecordCidrRoutingPolicyArgs>

Constructors

Link copied to clipboard
constructor(collectionId: Output<String>, locationName: Output<String>)

Properties

Link copied to clipboard
val collectionId: Output<String>

The CIDR collection ID. See the aws.route53.CidrCollection resource for more details.

Link copied to clipboard
val locationName: Output<String>

The CIDR collection location name. See the aws.route53.CidrLocation 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.

Functions

Link copied to clipboard
open override fun toJava(): RecordCidrRoutingPolicyArgs