interface CidrCollectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53.CidrCollectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#CidrCollectionReference |
![]() | software.amazon.awscdk.services.route53.CidrCollectionReference |
![]() | aws_cdk.aws_route53.CidrCollectionReference |
![]() | aws-cdk-lib » aws_route53 » CidrCollectionReference |
A reference to a CidrCollection resource.
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 cidrCollectionReference: route53.CidrCollectionReference = {
cidrCollectionArn: 'cidrCollectionArn',
cidrCollectionId: 'cidrCollectionId',
};
Properties
Name | Type | Description |
---|---|---|
cidr | string | The ARN of the CidrCollection resource. |
cidr | string | The Id of the CidrCollection resource. |
cidrCollectionArn
Type:
string
The ARN of the CidrCollection resource.
cidrCollectionId
Type:
string
The Id of the CidrCollection resource.