Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement
-
public final class WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder
builder()
static WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder
builder(WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement defaults)
java.util.Optional<WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig>
ipSetForwardedIpConfig()
-
-
-
Method Detail
-
arn
public java.lang.String arn()
- Returns:
- The Amazon Resource Name (ARN) of the IP Set that this statement references.
-
ipSetForwardedIpConfig
public java.util.Optional<WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig> ipSetForwardedIpConfig()
- Returns:
- Configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. See `ip_set_forwarded_ip_config` below for more details.
-
builder
public static WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder builder()
-
builder
public static WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement.Builder builder(WebAclRuleStatementRateBasedStatementScopeDownStatementIpSetReferenceStatement defaults)
-
-