DistributionOrderedCacheBehaviorForwardedValuesArgs

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

Constructors

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

Functions

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

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