Interface CfnOriginEndpoint.DashProgramInformationProperty

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

@Stability(Stable) public static interface CfnOriginEndpoint.DashProgramInformationProperty extends software.amazon.jsii.JsiiSerializable
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.mediapackagev2.*;
 DashProgramInformationProperty dashProgramInformationProperty = DashProgramInformationProperty.builder()
         .copyright("copyright")
         .languageCode("languageCode")
         .moreInformationUrl("moreInformationUrl")
         .source("source")
         .title("title")
         .build();
 

See Also: