RecordsExclusiveResourceRecordSetCidrRoutingConfigArgs

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

Constructors

constructor(collectionId: Output<String>, locationName: Output<String>)

Properties

Link copied to clipboard
val collectionId: Output<String>

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

Link copied to clipboard
val locationName: Output<String>

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 a default record.

Functions

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