interface AnycastIpListReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.AnycastIpListReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#AnycastIpListReference |
![]() | software.amazon.awscdk.services.cloudfront.AnycastIpListReference |
![]() | aws_cdk.aws_cloudfront.AnycastIpListReference |
![]() | aws-cdk-lib » aws_cloudfront » AnycastIpListReference |
A reference to a AnycastIpList resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const anycastIpListReference: cloudfront.AnycastIpListReference = {
anycastIpListId: 'anycastIpListId',
};
Properties
Name | Type | Description |
---|---|---|
anycast | string | The Id of the AnycastIpList resource. |
anycastIpListId
Type:
string
The Id of the AnycastIpList resource.