DefaultCacheBehaviorResponse

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