@Internal public static interface CfnRuleGroup.IPSetReferenceStatementProperty.Jsii$Default extends CfnRuleGroup.IPSetReferenceStatementProperty
CfnRuleGroup.IPSetReferenceStatementProperty.CfnRuleGroup.IPSetReferenceStatementProperty.Jsii$Default, CfnRuleGroup.IPSetReferenceStatementProperty.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default String |
getArn()
The Amazon Resource Name (ARN) of the `IPSet` 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 CfnRuleGroup.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 CfnRuleGroup.IPSetReferenceStatementPropertyCopyright © 2022. All rights reserved.