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

GetOriginAccessControlConfigResult

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

§Properties

§
ETag?: string | null
[src]

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

§
OriginAccessControlConfig?: OriginAccessControlConfig | null
[src]

Contains an origin access control configuration.