http Method
suspend fun httpMethod(value: Output<RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethodArgs>)
Parameters
value
(Optional) Use the request's HTTP method as an aggregate key. See RateLimit http_method
below for details.
suspend fun httpMethod(argument: suspend RuleGroupRuleStatementRateBasedStatementCustomKeyHttpMethodArgsBuilder.() -> Unit)
Parameters
argument
(Optional) Use the request's HTTP method as an aggregate key. See RateLimit http_method
below for details.