Interface CfnChannel.CmafIngestGroupSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.CmafIngestGroupSettingsProperty extends software.amazon.jsii.JsiiSerializable
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.medialive.*;
 CmafIngestGroupSettingsProperty cmafIngestGroupSettingsProperty = CmafIngestGroupSettingsProperty.builder()
         .destination(OutputLocationRefProperty.builder()
                 .destinationRefId("destinationRefId")
                 .build())
         .nielsenId3Behavior("nielsenId3Behavior")
         .scte35Type("scte35Type")
         .segmentLength(123)
         .segmentLengthUnits("segmentLengthUnits")
         .sendDelayMs(123)
         .build();
 

See Also: