Interface CfnChannel.FeatureActivationsProperty

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

@Stability(Stable) public static interface CfnChannel.FeatureActivationsProperty extends software.amazon.jsii.JsiiSerializable
Settings to enable specific features. You can't configure these features until you have enabled them in the channel.

The parent of this entity is EncoderSettings.

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.*;
 FeatureActivationsProperty featureActivationsProperty = FeatureActivationsProperty.builder()
         .inputPrepareScheduleActions("inputPrepareScheduleActions")
         .outputStaticImageOverlayScheduleActions("outputStaticImageOverlayScheduleActions")
         .build();
 

See Also: