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

CreateDistributionRequest

import type { CreateDistributionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface CreateDistributionRequest {
bundleId: string;
cacheBehaviors?: CacheBehaviorPerPath[] | null;
cacheBehaviorSettings?: CacheSettings | null;
defaultCacheBehavior: CacheBehavior;
distributionName: string;
ipAddressType?: IpAddressType | null;
origin: InputOrigin;
tags?: Tag[] | null;
}

§Properties

§
bundleId: string
[src]
§
cacheBehaviors?: CacheBehaviorPerPath[] | null
[src]
§
cacheBehaviorSettings?: CacheSettings | null
[src]
§
defaultCacheBehavior: CacheBehavior
[src]
§
distributionName: string
[src]
§
ipAddressType?: IpAddressType | null
[src]
§
tags?: Tag[] | null
[src]