interface CloudFrontOriginAccessIdentityConfigProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.CloudFront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty | 
|  Java | software.amazon.awscdk.services.cloudfront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty | 
|  Python | aws_cdk.aws_cloudfront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty | 
|  TypeScript | @aws-cdk/aws-cloudfront»CfnCloudFrontOriginAccessIdentity»CloudFrontOriginAccessIdentityConfigProperty | 
Origin access identity configuration.
Send a GET request to the / *CloudFront API version* /CloudFront/identity ID/config resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cloudfront from '@aws-cdk/aws-cloudfront';
const cloudFrontOriginAccessIdentityConfigProperty: cloudfront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty = {
  comment: 'comment',
};
Properties
| Name | Type | Description | 
|---|---|---|
| comment | string | A comment to describe the origin access identity. | 
comment
Type:
string
A comment to describe the origin access identity.
The comment cannot be longer than 128 characters.
