DistributionCacheBehaviorSettingsArgs

constructor(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)