httpRequestMethod

@JvmName(name = "tlmtbkhkrdfqpceg")
suspend fun httpRequestMethod(value: Output<ListenerRuleConditionHttpRequestMethodArgs>)
@JvmName(name = "iholhlthfwpdscqx")
suspend fun httpRequestMethod(value: ListenerRuleConditionHttpRequestMethodArgs?)

Parameters

value

Contains a single values item which is a list of HTTP request methods or verbs to match. Maximum size is 40 characters. Only allowed characters are A-Z, hyphen (-) and underscore (\_). Comparison is case sensitive. Wildcards are not supported. Only one needs to match for the condition to be satisfied. AWS recommends that GET and HEAD requests are routed in the same way because the response to a HEAD request may be cached.


@JvmName(name = "ycetygtklxptbucx")
suspend fun httpRequestMethod(argument: suspend ListenerRuleConditionHttpRequestMethodArgsBuilder.() -> Unit)

Parameters

argument

Contains a single values item which is a list of HTTP request methods or verbs to match. Maximum size is 40 characters. Only allowed characters are A-Z, hyphen (-) and underscore (\_). Comparison is case sensitive. Wildcards are not supported. Only one needs to match for the condition to be satisfied. AWS recommends that GET and HEAD requests are routed in the same way because the response to a HEAD request may be cached.