Interface CfnChannel.Scte35SpliceInsertProperty

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

@Stability(Stable) public static interface CfnChannel.Scte35SpliceInsertProperty extends software.amazon.jsii.JsiiSerializable
The setup of SCTE-35 splice insert handling.

The parent of this entity is AvailSettings.

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.*;
 Scte35SpliceInsertProperty scte35SpliceInsertProperty = Scte35SpliceInsertProperty.builder()
         .adAvailOffset(123)
         .noRegionalBlackoutFlag("noRegionalBlackoutFlag")
         .webDeliveryAllowedFlag("webDeliveryAllowedFlag")
         .build();
 

See Also: