aws-cdk-lib.aws_route53.CfnRecordSetGroup.CidrRoutingConfigProperty

interface CidrRoutingConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Route53.CfnRecordSetGroup.CidrRoutingConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53#CfnRecordSetGroup_CidrRoutingConfigProperty
Javasoftware.amazon.awscdk.services.route53.CfnRecordSetGroup.CidrRoutingConfigProperty
Pythonaws_cdk.aws_route53.CfnRecordSetGroup.CidrRoutingConfigProperty
TypeScript aws-cdk-lib » aws_route53 » CfnRecordSetGroup » CidrRoutingConfigProperty

The object that is specified in resource record set object when you are linking a resource record set to a CIDR location.

A LocationName with an asterisk “*” can be used to create a default CIDR record. CollectionId is still required for default record.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53 as route53 } from 'aws-cdk-lib';
const cidrRoutingConfigProperty: route53.CfnRecordSetGroup.CidrRoutingConfigProperty = {
  collectionId: 'collectionId',
  locationName: 'locationName',
};

Properties

NameTypeDescription
collectionIdstringThe CIDR collection ID.
locationNamestringThe CIDR collection location name.

collectionId

Type: string

The CIDR collection ID.


locationName

Type: string

The CIDR collection location name.