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

AwsCloudFrontDistributionOriginS3OriginConfig

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

Information about an origin that is an Amazon S3 bucket that is not configured with static website hosting.

interface AwsCloudFrontDistributionOriginS3OriginConfig {
OriginAccessIdentity?: string | null;
}

§Properties

§
OriginAccessIdentity?: string | null
[src]

The CloudFront origin access identity to associate with the origin.