interface MotionGraphicsSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.MotionGraphicsSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_MotionGraphicsSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.MotionGraphicsSettingsProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.MotionGraphicsSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » MotionGraphicsSettingsProperty |
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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const motionGraphicsSettingsProperty: medialive_mixins.CfnChannelPropsMixin.MotionGraphicsSettingsProperty = {
htmlMotionGraphicsSettings: { },
};
Properties
| Name | Type | Description |
|---|---|---|
| html | IResolvable | Html | Settings to configure the motion graphics overlay to use an HTML asset. |
htmlMotionGraphicsSettings?
Type:
IResolvable | Html
(optional)
Settings to configure the motion graphics overlay to use an HTML asset.

.NET
Go
Java
Python
TypeScript