WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs

data class WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs(val fallbackBehavior: Output<String>, val headerName: Output<String>, val position: Output<String>) : ConvertibleToJava<WebAclRuleStatementOrStatementStatementNotStatementStatementAndStatementStatementIpSetReferenceStatementIpSetForwardedIpConfigArgs>

Constructors

constructor(fallbackBehavior: Output<String>, headerName: Output<String>, position: Output<String>)

Properties

Link copied to clipboard

Match status to assign to the web request if the request doesn't have a valid IP address in the specified position. Valid values include: MATCH or NO_MATCH.

Link copied to clipboard
val headerName: Output<String>

Name of the HTTP header to use for the IP address.

Link copied to clipboard
val position: Output<String>

Position in the header to search for the IP address. Valid values include: FIRST, LAST, or ANY. If ANY is specified and the header contains more than 10 IP addresses, AWS WAFv2 inspects the last 10.

Functions

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