Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs
-
public final class WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
arn()
static WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs.Builder
builder()
static WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs.Builder
builder(WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs defaults)
java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs>>
ipSetForwardedIpConfig()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs Empty
-
-
Method Detail
-
arn
public com.pulumi.core.Output<java.lang.String> arn()
- Returns:
- The Amazon Resource Name (ARN) of the IP Set that this statement references.
-
ipSetForwardedIpConfig
public java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs>> 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 IPSet Forwarded IP Config below for more details.
-
builder
public static WebAclRuleStatementNotStatementStatementNotStatementStatementIpSetReferenceStatementArgs.Builder builder()
-
-