Show / Hide Table of Contents

Class CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty

For use with DVB-DASH profiles only.

Inheritance
object
CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty
Implements
CfnOriginEndpointPropsMixin.IDashDvbMetricsReportingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty : CfnOriginEndpointPropsMixin.IDashDvbMetricsReportingProperty
Syntax (vb)
Public Class CfnOriginEndpointPropsMixin.DashDvbMetricsReportingProperty Implements CfnOriginEndpointPropsMixin.IDashDvbMetricsReportingProperty
Remarks

The settings for error reporting from the playback device that you want AWS Elemental MediaPackage to pass through to the manifest.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2;

             var dashDvbMetricsReportingProperty = new DashDvbMetricsReportingProperty {
                 Probability = 123,
                 ReportingUrl = "reportingUrl"
             };

Synopsis

Constructors

DashDvbMetricsReportingProperty()

For use with DVB-DASH profiles only.

Properties

Probability

The number of playback devices per 1000 that will send error reports to the reporting URL.

ReportingUrl

The URL where playback devices send error reports.

Constructors

DashDvbMetricsReportingProperty()

For use with DVB-DASH profiles only.

public DashDvbMetricsReportingProperty()
Remarks

The settings for error reporting from the playback device that you want AWS Elemental MediaPackage to pass through to the manifest.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.MediaPackageV2;

             var dashDvbMetricsReportingProperty = new DashDvbMetricsReportingProperty {
                 Probability = 123,
                 ReportingUrl = "reportingUrl"
             };

Properties

Probability

The number of playback devices per 1000 that will send error reports to the reporting URL.

public double? Probability { get; set; }
Property Value

double?

Remarks

This represents the probability that a playback device will be a reporting player for this session.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html#cfn-mediapackagev2-originendpoint-dashdvbmetricsreporting-probability

ReportingUrl

The URL where playback devices send error reports.

public string? ReportingUrl { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html#cfn-mediapackagev2-originendpoint-dashdvbmetricsreporting-reportingurl

Implements

CfnOriginEndpointPropsMixin.IDashDvbMetricsReportingProperty
Back to top Generated by DocFX