aws-cdk-lib.aws_cloudfront.CfnCloudFrontOriginAccessIdentityProps

interface CfnCloudFrontOriginAccessIdentityProps

LanguageType name
.NETAmazon.CDK.AWS.CloudFront.CfnCloudFrontOriginAccessIdentityProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnCloudFrontOriginAccessIdentityProps
Javasoftware.amazon.awscdk.services.cloudfront.CfnCloudFrontOriginAccessIdentityProps
Pythonaws_cdk.aws_cloudfront.CfnCloudFrontOriginAccessIdentityProps
TypeScript aws-cdk-lib » aws_cloudfront » CfnCloudFrontOriginAccessIdentityProps

Properties for defining a CfnCloudFrontOriginAccessIdentity.

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 cfnCloudFrontOriginAccessIdentityProps: cloudfront.CfnCloudFrontOriginAccessIdentityProps = {
  cloudFrontOriginAccessIdentityConfig: {
    comment: 'comment',
  },
};

Properties

NameTypeDescription
cloudFrontOriginAccessIdentityConfigIResolvable | CloudFrontOriginAccessIdentityConfigPropertyThe current configuration information for the identity.

cloudFrontOriginAccessIdentityConfig

Type: IResolvable | CloudFrontOriginAccessIdentityConfigProperty

The current configuration information for the identity.