AWS::Route53::CidrCollectionCreates a CIDR collection in the current AWS account.
import { CfnCidrCollection } from 'aws-cdk-lib/aws-route53';Or use the module namespace:
import * as route53 from 'aws-cdk-lib/aws-route53';
// route53.CfnCidrCollectionConfiguration passed to the constructor as CfnCidrCollectionProps.
nameRequiredstringThe name of a CIDR collection.
locationsOptionalIResolvable | IResolvable | LocationProperty[]A complex type that contains information about the list of CIDR locations.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon Route 53 on one page. HD quality, print-friendly.
Download Free Infographicaws-route53AWS::Route53::CidrCollection