WebAclIpSetReferenceStatementArgs

data class WebAclIpSetReferenceStatementArgs(val arn: Output<String>, val ipSetForwardedIpConfig: Output<WebAclIpSetForwardedIpConfigurationArgs>? = null) : ConvertibleToJava<WebAclIpSetReferenceStatementArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>, ipSetForwardedIpConfig: Output<WebAclIpSetForwardedIpConfigurationArgs>? = null)

Properties

Link copied to clipboard
val arn: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): WebAclIpSetReferenceStatementArgs