Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CloudFrontOriginAccessIdentitySummary

import type { CloudFrontOriginAccessIdentitySummary } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

Summary of the information about a CloudFront origin access identity.

interface CloudFrontOriginAccessIdentitySummary {
Comment: string;
Id: string;
S3CanonicalUserId: string;
}

§Properties

§
Comment: string
[src]

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

§
Id: string
[src]

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

§
S3CanonicalUserId: string
[src]

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.