DistributionDefaultCacheBehaviorForwardedValuesArgs

data class DistributionDefaultCacheBehaviorForwardedValuesArgs(val cookies: Output<DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs>, val headers: Output<List<String>>? = null, val queryString: Output<Boolean>, val queryStringCacheKeys: Output<List<String>>? = null) : ConvertibleToJava<DistributionDefaultCacheBehaviorForwardedValuesArgs>

Constructors

fun DistributionDefaultCacheBehaviorForwardedValuesArgs(cookies: Output<DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs>, headers: Output<List<String>>? = null, queryString: Output<Boolean>, queryStringCacheKeys: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DistributionDefaultCacheBehaviorForwardedValuesArgs

Properties

Link copied to clipboard
val headers: Output<List<String>>? = null
Link copied to clipboard
val queryString: Output<Boolean>
Link copied to clipboard
val queryStringCacheKeys: Output<List<String>>? = null