AWS::MediaPackageV2::OriginEndpoint DashDvbMetricsReporting - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::MediaPackageV2::OriginEndpoint DashDvbMetricsReporting

For use with DVB-DASH profiles only. The settings for error reporting from the playback device that you want AWS Elemental MediaPackage to pass through to the manifest.

Syntax

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

JSON

{ "Probability" : Integer, "ReportingUrl" : String }

YAML

Probability: Integer ReportingUrl: String

Properties

Probability

The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.

Required: No

Type: Integer

Minimum: 1

Maximum: 1000

Update requires: No interruption

ReportingUrl

The URL where playback devices send error reports.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption