Distribution Default Cache Behavior Args
data class DistributionDefaultCacheBehaviorArgs(val allowedMethods: Output<List<String>>? = null, val cachePolicyId: Output<String>? = null, val cachedMethods: Output<List<String>>? = null, val compress: Output<Boolean>? = null, val defaultTtl: Output<Double>? = null, val fieldLevelEncryptionId: Output<String>? = null, val forwardedValues: Output<DistributionForwardedValuesArgs>? = null, val functionAssociations: Output<List<DistributionFunctionAssociationArgs>>? = null, val lambdaFunctionAssociations: Output<List<DistributionLambdaFunctionAssociationArgs>>? = null, val maxTtl: Output<Double>? = null, val minTtl: Output<Double>? = null, val originRequestPolicyId: Output<String>? = null, val realtimeLogConfigArn: Output<String>? = null, val responseHeadersPolicyId: Output<String>? = null, val smoothStreaming: Output<Boolean>? = null, val targetOriginId: Output<String>, val trustedKeyGroups: Output<List<String>>? = null, val trustedSigners: Output<List<String>>? = null, val viewerProtocolPolicy: Output<String>) : ConvertibleToJava<DistributionDefaultCacheBehaviorArgs>
Constructors
Link copied to clipboard
fun DistributionDefaultCacheBehaviorArgs(allowedMethods: Output<List<String>>? = null, cachePolicyId: Output<String>? = null, cachedMethods: Output<List<String>>? = null, compress: Output<Boolean>? = null, defaultTtl: Output<Double>? = null, fieldLevelEncryptionId: Output<String>? = null, forwardedValues: Output<DistributionForwardedValuesArgs>? = null, functionAssociations: Output<List<DistributionFunctionAssociationArgs>>? = null, lambdaFunctionAssociations: Output<List<DistributionLambdaFunctionAssociationArgs>>? = null, maxTtl: Output<Double>? = null, minTtl: Output<Double>? = null, originRequestPolicyId: Output<String>? = null, realtimeLogConfigArn: Output<String>? = null, responseHeadersPolicyId: Output<String>? = null, smoothStreaming: Output<Boolean>? = null, targetOriginId: Output<String>, trustedKeyGroups: Output<List<String>>? = null, trustedSigners: Output<List<String>>? = null, viewerProtocolPolicy: Output<String>)