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

AwsCloudFrontDistributionOriginCustomOriginConfig

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

A custom origin. A custom origin is any origin that is not an Amazon S3 bucket, with one exception. An Amazon S3 bucket that is configured with static website hosting is a custom origin.

interface AwsCloudFrontDistributionOriginCustomOriginConfig {
HttpPort?: number | null;
HttpsPort?: number | null;
OriginKeepaliveTimeout?: number | null;
OriginProtocolPolicy?: string | null;
OriginReadTimeout?: number | null;
OriginSslProtocols?: AwsCloudFrontDistributionOriginSslProtocols | null;
}

§Properties

§
HttpPort?: number | null
[src]

The HTTP port that CloudFront uses to connect to the origin.

§
HttpsPort?: number | null
[src]

The HTTPS port that CloudFront uses to connect to the origin.

§
OriginKeepaliveTimeout?: number | null
[src]

Specifies how long, in seconds, CloudFront persists its connection to the origin.

§
OriginProtocolPolicy?: string | null
[src]

Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.

§
OriginReadTimeout?: number | null
[src]

Specifies how long, in seconds, CloudFront waits for a response from the origin.

§

Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS.