Skip to main content

AWSCloudFrontDistributionOriginBackendS3Bucket

No description

type AWSCloudFrontDistributionOriginBackendS3Bucket {
accessIdentityId: String
bucket: AWSS3Bucket
}

Fields

AWSCloudFrontDistributionOriginBackendS3Bucket.accessIdentityId ● String scalar

The CloudFront origin access identity to associate with the origin. The format is origin-access-identity/cloudfront/ID-of-origin-access-identity where ID-of-origin-access-identity is the value that CloudFront returned in the ID element when you created the origin access identity.

AWSCloudFrontDistributionOriginBackendS3Bucket.bucket ● AWSS3Bucket object

S3 bucket

Implemented by

AWSCloudFrontDistributionOriginBackend union