DistributionDefaultCacheBehaviorForwardedValuesCookiesArgs

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

Constructors

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

Functions

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

Properties

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