@Stability(value=Stable)
public static interface CfnChannel.MotionGraphicsSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.MotionGraphicsSettingsProperty.Builder
A builder for
CfnChannel.MotionGraphicsSettingsProperty |
static class |
CfnChannel.MotionGraphicsSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.MotionGraphicsSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.MotionGraphicsSettingsProperty.Builder |
builder() |
default Object |
getHtmlMotionGraphicsSettings()
Settings to configure the motion graphics overlay to use an HTML asset.
|
@Stability(value=Stable) @Nullable default Object getHtmlMotionGraphicsSettings()
@Stability(value=Stable) static CfnChannel.MotionGraphicsSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.