AWS::ElasticLoadBalancingV2::ListenerRule HttpRequestMethodConfig - AWS CloudFormation (original) (raw)

Information about an HTTP method condition.

HTTP defines a set of request methods, also referred to as HTTP verbs. For more information, see the HTTP Method Registry. You can also define custom HTTP methods.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
  "Values" : [ String, ... ]
}

Properties

Values

The name of the request method. The maximum size is 40 characters. The allowed characters are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not supported; therefore, the method name must be an exact match.

If you specify multiple strings, the condition is satisfied if one of the strings matches the HTTP request method. We recommend that you route GET and HEAD requests in the same way, because the response to a HEAD request may be cached.

Required: No

Type: Array of String

Update requires: No interruption

HttpHeaderConfig

PathPatternConfig

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.