Interface CfnChannelPropsMixin.MotionGraphicsSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.MotionGraphicsSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.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.cfnpropertymixins.services.medialive.*;
MotionGraphicsSettingsProperty motionGraphicsSettingsProperty = MotionGraphicsSettingsProperty.builder()
.htmlMotionGraphicsSettings(HtmlMotionGraphicsSettingsProperty.builder().build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.MotionGraphicsSettingsPropertystatic final classAn implementation forCfnChannelPropsMixin.MotionGraphicsSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHtmlMotionGraphicsSettings
Settings to configure the motion graphics overlay to use an HTML asset.Returns union: either
IResolvableorCfnChannelPropsMixin.HtmlMotionGraphicsSettingsProperty- See Also:
-
builder
-