Interface CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpointPropsMixin
@Stability(Stable)
public static interface CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.*;
DashDvbMetricsReportingProperty dashDvbMetricsReportingProperty = DashDvbMetricsReportingProperty.builder()
.probability(123)
.reportingUrl("reportingUrl")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProbability
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.
- See Also:
-
getReportingUrl
The URL where playback devices send error reports.- See Also:
-
builder
@Stability(Stable) static CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty.Builder builder()
-