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
POSTrequests.Type: String
Required: No
- CompressRequest
-
The compression method to apply to requests sent to the ad decision server. Supported values are
NONEandGZIP. This value is only eligible forPOSTrequests.Type: String
Valid Values:
NONE | GZIPRequired: 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
POSTrequests.Type: String to string map
Required: No
- Method
-
The HTTP method to use when making requests to the ad decision server. Supported values are
GETandPOST.Type: String
Valid Values:
GET | POSTRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: