RuleGroupIpSetReferenceStatement

data class RuleGroupIpSetReferenceStatement(val arn: String, val ipSetForwardedIpConfig: RuleGroupIpSetForwardedIpConfiguration? = null)

Constructors

Link copied to clipboard
constructor(arn: String, ipSetForwardedIpConfig: RuleGroupIpSetForwardedIpConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the IPSet that this statement references.

Link copied to clipboard

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. Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.