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

AwsCloudFrontDistributionOriginItem

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

A complex type that describes the Amazon S3 bucket, HTTP server (for example, a web server), AWS Elemental MediaStore, or other server from which CloudFront gets your files.

interface AwsCloudFrontDistributionOriginItem {
DomainName?: string | null;
Id?: string | null;
OriginPath?: string | null;
}

§Properties

§

An origin that is not an Amazon S3 bucket, with one exception. If the Amazon S3 bucket is configured with static website hosting, use this attribute. If the Amazon S3 bucket is not configured with static website hosting, use the S3OriginConfig type instead.

§
DomainName?: string | null
[src]

Amazon S3 origins: The DNS name of the S3 bucket from which you want CloudFront to get objects for this origin.

§
Id?: string | null
[src]

A unique identifier for the origin or origin group.

§
OriginPath?: string | null
[src]

An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.

§

An origin that is an S3 bucket that is not configured with static website hosting.