DefaultCacheBehavior
import type { DefaultCacheBehavior } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudfront.ts";interface DefaultCacheBehavior {
AllowedMethods?: AllowedMethods | null;
CachePolicyId?: string | null;
Compress?: boolean | null;
DefaultTTL?: number | null;
FieldLevelEncryptionId?: string | null;
ForwardedValues?: ForwardedValues | null;
FunctionAssociations?: FunctionAssociations | null;
LambdaFunctionAssociations?: LambdaFunctionAssociations | null;
MaxTTL?: number | null;
MinTTL?: number | null;
OriginRequestPolicyId?: string | null;
RealtimeLogConfigArn?: string | null;
SmoothStreaming?: boolean | null;
TargetOriginId: string;
TrustedKeyGroups?: TrustedKeyGroups | null;
TrustedSigners?: TrustedSigners | null;
ViewerProtocolPolicy: ViewerProtocolPolicy;
}§Properties
§
AllowedMethods?: AllowedMethods | null
[src]§
ForwardedValues?: ForwardedValues | null
[src]§
FunctionAssociations?: FunctionAssociations | null
[src]§
LambdaFunctionAssociations?: LambdaFunctionAssociations | null
[src]§
TrustedKeyGroups?: TrustedKeyGroups | null
[src]§
TrustedSigners?: TrustedSigners | null
[src]§
ViewerProtocolPolicy: ViewerProtocolPolicy
[src]