aws-cdk-lib.aws_route53.CfnCidrCollectionProps

interface CfnCidrCollectionProps

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

Properties for defining a CfnCidrCollection.

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 cfnCidrCollectionProps: route53.CfnCidrCollectionProps = {
  name: 'name',

  // the properties below are optional
  locations: [{
    cidrList: ['cidrList'],
    locationName: 'locationName',
  }],
};

Properties

NameTypeDescription
namestringThe name of a CIDR collection.
locations?IResolvable | IResolvable | LocationProperty[]A complex type that contains information about the list of CIDR locations.

name

Type: string

The name of a CIDR collection.


locations?

Type: IResolvable | IResolvable | LocationProperty[] (optional)

A complex type that contains information about the list of CIDR locations.