DefaultCacheBehaviorArgs

constructor(allowedMethods: Output<List<String>>? = null, cachePolicyId: Output<String>? = null, cachedMethods: Output<List<String>>? = null, compress: Output<Boolean>? = null, defaultTTL: Output<Int>? = null, fieldLevelEncryptionId: Output<String>? = null, forwardedValues: Output<ForwardedValuesArgs>? = null, functionAssociations: Output<List<FunctionAssociationArgs>>? = null, lambdaFunctionAssociations: Output<List<LambdaFunctionAssociationArgs>>? = null, maxTTL: Output<Int>? = null, minTTL: Output<Int>? = null, originRequestPolicyId: Output<String>? = null, realtimeLogConfigArn: Output<String>? = null, responseHeadersPolicyId: Output<String>? = null, smoothStreaming: Output<Boolean>? = null, targetOriginId: Output<String>? = null, trustedKeyGroups: Output<List<String>>? = null, trustedSigners: Output<List<String>>? = null, viewerProtocolPolicy: Output<String>? = null)