/** *

Summary of the information about a CloudFront origin access identity.

*/ export interface _CloudFrontOriginAccessIdentitySummary { /** *

The ID for the origin access identity. For example: E74FTE3AJFJ256A.

*/ Id: string; /** *

The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.

*/ S3CanonicalUserId: string; /** *

The comment for this origin access identity, as originally specified when created.

*/ Comment: string; } export declare type _UnmarshalledCloudFrontOriginAccessIdentitySummary = _CloudFrontOriginAccessIdentitySummary;