
com.pulumi.aws.wafv2.kotlin.inputs.RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.wafv2.kotlin.inputs
import com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property all An empty configuration block that is used for inspecting all headers.
* @property includedPaths
*/
public data class
RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs(
public val all: Output? =
null,
public val includedPaths: Output>? = null,
) :
ConvertibleToJava {
override fun toJava(): com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs =
com.pulumi.aws.wafv2.inputs.RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs.builder()
.all(all?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
.includedPaths(includedPaths?.applyValue({ args0 -> args0.map({ args0 -> args0 }) })).build()
}
/**
* Builder for [RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgs].
*/
@PulumiTagMarker
public class
RuleGroupRuleStatementRegexPatternSetReferenceStatementFieldToMatchJsonBodyMatchPatternArgsBuilder
internal constructor() {
private var all:
Output? =
null
private var includedPaths: Output>? = null
/**
* @param value An empty configuration block that is used for inspecting all headers.
*/
@JvmName("ewdybdcefglhimum")
public suspend fun all(`value`: Output) {
this.all = value
}
/**
* @param value
*/
@JvmName("icoyggyrfutducji")
public suspend fun includedPaths(`value`: Output>) {
this.includedPaths = value
}
@JvmName("fxdyuajxrsllbhxr")
public suspend fun includedPaths(vararg values: Output) {
this.includedPaths = Output.all(values.asList())
}
/**
* @param values
*/
@JvmName("txxkuhyjsbrdgjyc")
public suspend fun includedPaths(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy