Interface CfnOriginEndpointPropsMixin.DashUtcTimingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnOriginEndpointPropsMixin.DashUtcTimingProperty.Jsii$Proxy
Enclosing class:
CfnOriginEndpointPropsMixin

@Stability(Stable) public static interface CfnOriginEndpointPropsMixin.DashUtcTimingProperty extends software.amazon.jsii.JsiiSerializable
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.mediapackagev2.mixins.*;
 DashUtcTimingProperty dashUtcTimingProperty = DashUtcTimingProperty.builder()
         .timingMode("timingMode")
         .timingSource("timingSource")
         .build();
 

See Also: