forwarded Ip Config
suspend fun forwardedIpConfig(value: Output<RuleGroupRuleStatementRateBasedStatementForwardedIpConfigArgs>)
suspend fun forwardedIpConfig(value: RuleGroupRuleStatementRateBasedStatementForwardedIpConfigArgs?)
Parameters
value
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. If aggregate_key_type
is set to FORWARDED_IP
, this block is required. See Forwarded IP Config below for details.
suspend fun forwardedIpConfig(argument: suspend RuleGroupRuleStatementRateBasedStatementForwardedIpConfigArgsBuilder.() -> Unit)
Parameters
argument
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. If aggregate_key_type
is set to FORWARDED_IP
, this block is required. See Forwarded IP Config below for details.