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
§
cacheBehaviors?: CacheBehaviorPerPath[] | null
[src]§
cacheBehaviorSettings?: CacheSettings | null
[src]§
defaultCacheBehavior: CacheBehavior
[src]§
ipAddressType?: IpAddressType | null
[src]§
origin: InputOrigin
[src]