aws-cdk-lib.aws_cloudfront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty

interface CloudFrontOriginAccessIdentityConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.CloudFront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnCloudFrontOriginAccessIdentity_CloudFrontOriginAccessIdentityConfigProperty
Javasoftware.amazon.awscdk.services.cloudfront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty
Pythonaws_cdk.aws_cloudfront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty
TypeScript aws-cdk-lib » 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 { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const cloudFrontOriginAccessIdentityConfigProperty: cloudfront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty = {
  comment: 'comment',
};

Properties

NameTypeDescription
commentstringA 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.