DashDvbMetricsReporting
- class aws_cdk.aws_mediapackagev2_alpha.DashDvbMetricsReporting(*, reporting_url, probability=None)
Bases:
object(experimental) 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.
- Parameters:
reporting_url (
str) – (experimental) The URL where playback devices send error reports.probability (
Union[int,float,None]) – (experimental) 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. Default: - No probability specified
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_mediapackagev2_alpha as mediapackagev2_alpha dash_dvb_metrics_reporting = mediapackagev2_alpha.DashDvbMetricsReporting( reporting_url="reportingUrl", # the properties below are optional probability=123 )
Attributes
- probability
(experimental) 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.
- Default:
No probability specified
- Stability:
experimental
- reporting_url
(experimental) The URL where playback devices send error reports.
- Stability:
experimental