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

Origin

import type { Origin } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";

Describes the origin resource of an Amazon Lightsail content delivery network (CDN) distribution.

An origin can be a Lightsail instance or load balancer. A distribution pulls content from an origin, caches it, and serves it to viewers via a worldwide network of edge servers.

interface Origin {
name?: string | null;
protocolPolicy?: OriginProtocolPolicyEnum | null;
regionName?: RegionName | null;
resourceType?: ResourceType | null;
}

§Properties

§
name?: string | null
[src]

The name of the origin resource.

§
protocolPolicy?: OriginProtocolPolicyEnum | null
[src]

The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull content.

§
regionName?: RegionName | null
[src]

The AWS Region name of the origin resource.

§
resourceType?: ResourceType | null
[src]

The resource type of the origin resource (e.g., Instance).