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

CreateCloudFrontOriginAccessIdentityRequest

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

The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon CloudFront Developer Guide.

interface CreateCloudFrontOriginAccessIdentityRequest {
CloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig;
}

§Properties

§
CloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig
[src]

The current configuration information for the identity.