Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson
-
public final class WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson.Builder
builder()
static WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson.Builder
builder(WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson defaults)
java.util.List<java.lang.String>
failureValues()
java.lang.String
identifier()
java.util.List<java.lang.String>
successValues()
-
-
-
Method Detail
-
failureValues
public java.util.List<java.lang.String> failureValues()
- Returns:
- Values in the response header with the specified name that indicate a failed login attempt.
-
identifier
public java.lang.String identifier()
- Returns:
- The identifier for the value to match against in the JSON.
-
successValues
public java.util.List<java.lang.String> successValues()
- Returns:
- Values in the response header with the specified name that indicate a successful login attempt.
-
builder
public static WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSetResponseInspectionJson.Builder builder()
-
-