View a markdown version of this page

HttpRequest - AWS Elemental MediaTailor

HttpRequest

HTTP request configuration parameters that define how MediaTailor communicates with the ad decision server.

Contents

Body

The request body content to send with HTTP requests to the ad decision server. This value is only eligible for POST requests.

Type: String

Required: No

CompressRequest

The compression method to apply to requests sent to the ad decision server. Supported values are NONE and GZIP. This value is only eligible for POST requests.

Type: String

Valid Values: NONE | GZIP

Required: No

Headers

Custom HTTP headers to include in requests to the ad decision server. Specify headers as key-value pairs. This value is only eligible for POST requests.

Type: String to string map

Required: No

Method

The HTTP method to use when making requests to the ad decision server. Supported values are GET and POST.

Type: String

Valid Values: GET | POST

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: