DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs

data class DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs(val forward: Output<String>, val whitelistedNames: Output<List<String>>? = null) : ConvertibleToJava<DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs>

Constructors

fun DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs(forward: Output<String>, whitelistedNames: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val forward: Output<String>
Link copied to clipboard
val whitelistedNames: Output<List<String>>? = null