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

CloudFrontOriginAccessIdentity

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

CloudFront origin access identity.

interface CloudFrontOriginAccessIdentity {
CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig | null;
Id: string;
S3CanonicalUserId: string;
}

§Properties

§
CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig | null
[src]

The current configuration information for the identity.

§
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, used when giving the origin access identity read permission to an object in Amazon S3.