This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaTailor::PlaybackConfiguration HttpRequest
HTTP request configuration parameters that define how MediaTailor communicates with the ad decision server.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Body" :String, "CompressRequest" :String, "Headers" :{, "HttpMethod" :Key:Value, ...}String}
YAML
Body:StringCompressRequest:StringHeaders:HttpMethod:Key:ValueString
Properties
Body-
The request body content to send with HTTP requests to the ad decision server. This value is only eligible for
POSTrequests.Required: No
Type: String
Update requires: No interruption
CompressRequest-
The compression method to apply to requests sent to the ad decision server. Supported values are
NONEandGZIP. This value is only eligible forPOSTrequests.Required: No
Type: String
Allowed values:
NONE | GZIPUpdate requires: No interruption
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.Required: No
Type: Object of String
Pattern:
.*Update requires: No interruption
HttpMethodProperty description not available.
Required: No
Type: String
Allowed values:
GET | POSTUpdate requires: No interruption