interface AnycastIpListReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CloudFront.AnycastIpListReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscloudfront#AnycastIpListReference |
Java | software.amazon.awscdk.interfaces.cloudfront.AnycastIpListReference |
Python | aws_cdk.interfaces.aws_cloudfront.AnycastIpListReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_cloudfront } from 'aws-cdk-lib/interfaces';
const anycastIpListReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript