Package com.pulumi.aws.wafv2.outputs
Class RuleGroupRuleStatementRateBasedStatementForwardedIpConfig
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementRateBasedStatementForwardedIpConfig
-
public final class RuleGroupRuleStatementRateBasedStatementForwardedIpConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.Builder
builder()
static RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.Builder
builder(RuleGroupRuleStatementRateBasedStatementForwardedIpConfig defaults)
java.lang.String
fallbackBehavior()
java.lang.String
headerName()
-
-
-
Method Detail
-
fallbackBehavior
public java.lang.String fallbackBehavior()
- Returns:
- The match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: `MATCH` or `NO_MATCH`.
-
headerName
public java.lang.String headerName()
- Returns:
- The name of the HTTP header to use for the IP address.
-
builder
public static RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.Builder builder()
-
builder
public static RuleGroupRuleStatementRateBasedStatementForwardedIpConfig.Builder builder(RuleGroupRuleStatementRateBasedStatementForwardedIpConfig defaults)
-
-