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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.HtmlMotionGraphicsSettingsProperty
static final class
An implementation forCfnChannel.HtmlMotionGraphicsSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details