Resource Type definition for AWS::CloudFront::CloudFrontOriginAccessIdentity
# Cloudfront origin access identity
resource "awscc_cloudfront_cloudfront_origin_access_identity" "cf_oai" {
cloudfront_origin_access_identity_config = {
comment = "SampleAWSCCCloudFrontOAI"
}
}
cloudfront_origin_access_identity_config
(Attributes) (see below for nested schema)cloudfront_origin_access_identity_id
(String)id
(String) Uniquely identifies the resource.s3_canonical_user_id
(String)cloudfront_origin_access_identity_config
Required:
comment
(String)Import is supported using the following syntax:
$ terraform import awscc_cloudfront_cloudfront_origin_access_identity.example <resource ID>