![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.cloudflare.kotlin.inputs.RulesetRuleActionParametersCacheKeyCustomKeyHeaderArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-cloudflare-kotlin Show documentation
Show all versions of pulumi-cloudflare-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.cloudflare.kotlin.inputs
import com.pulumi.cloudflare.inputs.RulesetRuleActionParametersCacheKeyCustomKeyHeaderArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property checkPresences List of headers to check for presence in the custom key.
* @property contains Dictionary of headers mapping to lists of values to check for presence in the custom key.
* @property excludeOrigin Exclude the origin header from the custom key.
* @property includes List of headers to include in the custom key.
*/
public data class RulesetRuleActionParametersCacheKeyCustomKeyHeaderArgs(
public val checkPresences: Output>? = null,
public val contains: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy