@Internal public static interface CfnWebACL.IPSetReferenceStatementProperty.Jsii$Default extends CfnWebACL.IPSetReferenceStatementProperty
CfnWebACL.IPSetReferenceStatementProperty.CfnWebACL.IPSetReferenceStatementProperty.Jsii$Default, CfnWebACL.IPSetReferenceStatementProperty.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default String |
getArn()
The Amazon Resource Name (ARN) of the IP set that this statement references.
|
default Object |
getIpSetForwardedIpConfig()
The 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.
|
@Stability(value=Stable) @NotNull default String getArn()
getArn in interface CfnWebACL.IPSetReferenceStatementProperty@Stability(value=Stable) @Nullable default Object getIpSetForwardedIpConfig()
Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
getIpSetForwardedIpConfig in interface CfnWebACL.IPSetReferenceStatementPropertyCopyright © 2022. All rights reserved.