--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_cloudfront_cloudfront_origin_access_identity Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::CloudFront::CloudFrontOriginAccessIdentity --- # awscc_cloudfront_cloudfront_origin_access_identity (Resource) Resource Type definition for AWS::CloudFront::CloudFrontOriginAccessIdentity ## Schema ### Required - `cloudfront_origin_access_identity_config` (Attributes) (see [below for nested schema](#nestedatt--cloudfront_origin_access_identity_config)) ### Read-Only - `id` (String) The ID of this resource. - `s3_canonical_user_id` (String) ### Nested Schema for `cloudfront_origin_access_identity_config` Required: - `comment` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_cloudfront_cloudfront_origin_access_identity.example ```