Interface CfnChannel.HtmlMotionGraphicsSettingsProperty

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

@Stability(Stable) public static interface CfnChannel.HtmlMotionGraphicsSettingsProperty extends software.amazon.jsii.JsiiSerializable
Settings to configure the motion graphics overlay to use an HTML asset.

The parent of this entity is MotionGraphicsSetting.

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