Distribution Ordered Cache Behavior Forwarded Values Cookies Args
    data class DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs(val forward: Output<String>, val whitelistedNames: Output<List<String>>? = null) : ConvertibleToJava<DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs> 
Constructors
Link copied to clipboard
                fun DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs(forward: Output<String>, whitelistedNames: Output<List<String>>? = null)