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

GetOriginAccessControlResult

import type { GetOriginAccessControlResult } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface GetOriginAccessControlResult {
ETag?: string | null;
OriginAccessControl?: OriginAccessControl | null;
}

§Properties

§
ETag?: string | null
[src]

The version identifier for the current version of the origin access control.

§
OriginAccessControl?: OriginAccessControl | null
[src]

Contains an origin access control, including its unique identifier.