This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS 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