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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.CmafIngestGroupSettingsProperty
static final class
An implementation forCfnChannel.CmafIngestGroupSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
- See Also:
-
getNielsenId3Behavior
- See Also:
-
getScte35Type
- See Also:
-
getSegmentLength
- See Also:
-
getSegmentLengthUnits
- See Also:
-
getSendDelayMs
- See Also:
-
builder
-