UpdateDistributionRequest
import type { UpdateDistributionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface UpdateDistributionRequest {
cacheBehaviors?: CacheBehaviorPerPath[] | null;
cacheBehaviorSettings?: CacheSettings | null;
defaultCacheBehavior?: CacheBehavior | null;
distributionName: string;
isEnabled?: boolean | null;
origin?: InputOrigin | null;
}§Properties
§
cacheBehaviors?: CacheBehaviorPerPath[] | null
[src]§
cacheBehaviorSettings?: CacheSettings | null
[src]§
defaultCacheBehavior?: CacheBehavior | null
[src]§
origin?: InputOrigin | null
[src]