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

CreateOriginAccessControlResult

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

§Properties

§
ETag?: string | null
[src]

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

§
Location?: string | null
[src]

The URL of the origin access control.

§
OriginAccessControl?: OriginAccessControl | null
[src]

Contains an origin access control.