Interface CfnChannel.MotionGraphicsSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.MotionGraphicsSettingsProperty extends software.amazon.jsii.JsiiSerializable
Settings to enable and configure the motion graphics overlay feature in the channel.

The parent of this entity is MotionGraphicsConfiguration.

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.*;
 MotionGraphicsSettingsProperty motionGraphicsSettingsProperty = MotionGraphicsSettingsProperty.builder()
         .htmlMotionGraphicsSettings(HtmlMotionGraphicsSettingsProperty.builder().build())
         .build();
 

See Also: