Package com.pulumi.aws.wafv2.outputs
Class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement
- java.lang.Object
-
- com.pulumi.aws.wafv2.outputs.WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement
-
public final class WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement.Builder
builder()
static WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement.Builder
builder(WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement defaults)
java.util.Optional<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig>
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<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatementIpSetForwardedIpConfig> 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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementIpSetReferenceStatement.Builder builder()
-
-