Interface CfnChannelPropsMixin.MotionGraphicsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.MotionGraphicsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.MotionGraphicsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Settings to enable and configure the motion graphics overlay feature 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.cfnpropertymixins.services.medialive.*;
MotionGraphicsConfigurationProperty motionGraphicsConfigurationProperty = MotionGraphicsConfigurationProperty.builder()
.motionGraphicsInsertion("motionGraphicsInsertion")
.motionGraphicsSettings(MotionGraphicsSettingsProperty.builder()
.htmlMotionGraphicsSettings(HtmlMotionGraphicsSettingsProperty.builder().build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.MotionGraphicsConfigurationPropertystatic final classAn implementation forCfnChannelPropsMixin.MotionGraphicsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMotionGraphicsInsertion
Enables or disables the motion graphics overlay feature in the channel.- See Also:
-
getMotionGraphicsSettings
Settings to enable and configure the motion graphics overlay feature in the channel.Returns union: either
IResolvableorCfnChannelPropsMixin.MotionGraphicsSettingsProperty- See Also:
-
builder
@Stability(Stable) static CfnChannelPropsMixin.MotionGraphicsConfigurationProperty.Builder builder()
-