AWS::MediaTailor::PlaybackConfiguration Bumper - AWS CloudFormation

AWS::MediaTailor::PlaybackConfiguration Bumper

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.

Syntax

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

JSON

{ "EndUrl" : String, "StartUrl" : String }

YAML

EndUrl: String StartUrl: String

Properties

EndUrl

The URL for the end bumper asset.

Required: No

Type: String

Update requires: No interruption

StartUrl

The URL for the start bumper asset.

Required: No

Type: String

Update requires: No interruption