AWS::MediaTailor::PlaybackConfiguration HttpRequest - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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" : {Key: Value, ...}, "HttpMethod" : String }

YAML

Body: String CompressRequest: String Headers: Key: Value HttpMethod: String

Properties

Body

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

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 NONE and GZIP. This value is only eligible for POST requests.

Required: No

Type: String

Allowed values: NONE | GZIP

Update 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 POST requests.

Required: No

Type: Object of String

Pattern: .*

Update requires: No interruption

HttpMethod

Property description not available.

Required: No

Type: String

Allowed values: GET | POST

Update requires: No interruption