Distribution Cache Behavior Settings Args
data class DistributionCacheBehaviorSettingsArgs(val allowedHttpMethods: Output<String>? = null, val cachedHttpMethods: Output<String>? = null, val defaultTtl: Output<Int>? = null, val forwardedCookies: Output<DistributionCacheBehaviorSettingsForwardedCookiesArgs>? = null, val forwardedHeaders: Output<DistributionCacheBehaviorSettingsForwardedHeadersArgs>? = null, val forwardedQueryStrings: Output<DistributionCacheBehaviorSettingsForwardedQueryStringsArgs>? = null, val maximumTtl: Output<Int>? = null, val minimumTtl: Output<Int>? = null) : ConvertibleToJava<DistributionCacheBehaviorSettingsArgs>
Constructors
Link copied to clipboard
fun DistributionCacheBehaviorSettingsArgs(allowedHttpMethods: Output<String>? = null, cachedHttpMethods: Output<String>? = null, defaultTtl: Output<Int>? = null, forwardedCookies: Output<DistributionCacheBehaviorSettingsForwardedCookiesArgs>? = null, forwardedHeaders: Output<DistributionCacheBehaviorSettingsForwardedHeadersArgs>? = null, forwardedQueryStrings: Output<DistributionCacheBehaviorSettingsForwardedQueryStringsArgs>? = null, maximumTtl: Output<Int>? = null, minimumTtl: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
val forwardedQueryStrings: Output<DistributionCacheBehaviorSettingsForwardedQueryStringsArgs>? = null