aws-cdk-lib.aws_route53.CfnCidrCollection.LocationProperty

interface LocationProperty

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

Specifies the list of CIDR blocks for a CIDR location.

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 locationProperty: route53.CfnCidrCollection.LocationProperty = {
  cidrList: ['cidrList'],
  locationName: 'locationName',
};

Properties

NameTypeDescription
cidrListstring[]List of CIDR blocks.
locationNamestringThe CIDR collection location name.

cidrList

Type: string[]

List of CIDR blocks.


locationName

Type: string

The CIDR collection location name.