interface CloudFrontOriginAccessIdentityReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CloudFront.CloudFrontOriginAccessIdentityReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscloudfront#CloudFrontOriginAccessIdentityReference |
Java | software.amazon.awscdk.interfaces.cloudfront.CloudFrontOriginAccessIdentityReference |
Python | aws_cdk.interfaces.aws_cloudfront.CloudFrontOriginAccessIdentityReference |
TypeScript | aws-cdk-lib » interfaces » aws_cloudfront » CloudFrontOriginAccessIdentityReference |
A reference to a CloudFrontOriginAccessIdentity 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_cloudfront } from 'aws-cdk-lib/interfaces';
const cloudFrontOriginAccessIdentityReference: interfaces_cloudfront.CloudFrontOriginAccessIdentityReference = {
cloudFrontOriginAccessIdentityId: 'cloudFrontOriginAccessIdentityId',
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | string | The Id of the CloudFrontOriginAccessIdentity resource. |
cloudFrontOriginAccessIdentityId
Type:
string
The Id of the CloudFrontOriginAccessIdentity resource.

.NET
Go
Java
Python
TypeScript