Distribution Cache Behavior Settings
data class DistributionCacheBehaviorSettings(val allowedHttpMethods: String? = null, val cachedHttpMethods: String? = null, val defaultTtl: Int? = null, val forwardedCookies: DistributionCacheBehaviorSettingsForwardedCookies? = null, val forwardedHeaders: DistributionCacheBehaviorSettingsForwardedHeaders? = null, val forwardedQueryStrings: DistributionCacheBehaviorSettingsForwardedQueryStrings? = null, val maximumTtl: Int? = null, val minimumTtl: Int? = null)
Constructors
Link copied to clipboard
fun DistributionCacheBehaviorSettings(allowedHttpMethods: String? = null, cachedHttpMethods: String? = null, defaultTtl: Int? = null, forwardedCookies: DistributionCacheBehaviorSettingsForwardedCookies? = null, forwardedHeaders: DistributionCacheBehaviorSettingsForwardedHeaders? = null, forwardedQueryStrings: DistributionCacheBehaviorSettingsForwardedQueryStrings? = null, maximumTtl: Int? = null, minimumTtl: Int? = null)