Package com.pulumi.aws.wafv2.inputs
Class WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.wafv2.inputs.WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs
-
public final class WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs
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 WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
builder()
static WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder
builder(WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs defaults)
java.util.Optional<com.pulumi.core.Output<WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs>>
ipSetForwardedIpConfig()
-
-
-
Field Detail
-
Empty
public static final WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs 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<WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs>> 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 WebAclRuleStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementArgs.Builder builder()
-
-