
com.pulumi.aws.wafv2.kotlin.inputs.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJsonArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.wafv2.kotlin.inputs
import com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJsonArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property failureValues Values in the response header with the specified name that indicate a failed login attempt.
* @property identifier The identifier for the value to match against in the JSON.
* @property successValues Values in the response header with the specified name that indicate a successful login attempt.
*/
public data class
WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJsonArgs(
public val failureValues: Output>,
public val identifier: Output,
public val successValues: Output>,
) :
ConvertibleToJava {
override fun toJava(): com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJsonArgs =
com.pulumi.aws.wafv2.inputs.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJsonArgs.builder()
.failureValues(failureValues.applyValue({ args0 -> args0.map({ args0 -> args0 }) }))
.identifier(identifier.applyValue({ args0 -> args0 }))
.successValues(successValues.applyValue({ args0 -> args0.map({ args0 -> args0 }) })).build()
}
/**
* Builder for [WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJsonArgs].
*/
@PulumiTagMarker
public class
WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJsonArgsBuilder
internal constructor() {
private var failureValues: Output>? = null
private var identifier: Output? = null
private var successValues: Output>? = null
/**
* @param value Values in the response header with the specified name that indicate a failed login attempt.
*/
@JvmName("jadeawdttteeqtsy")
public suspend fun failureValues(`value`: Output>) {
this.failureValues = value
}
@JvmName("odhmppadlgehuxsf")
public suspend fun failureValues(vararg values: Output) {
this.failureValues = Output.all(values.asList())
}
/**
* @param values Values in the response header with the specified name that indicate a failed login attempt.
*/
@JvmName("yjlqqmdcliubywvq")
public suspend fun failureValues(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy