aws-cdk-lib.aws_medialive.CfnChannel.MotionGraphicsSettingsProperty

interface MotionGraphicsSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.MotionGraphicsSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_MotionGraphicsSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.MotionGraphicsSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.MotionGraphicsSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » 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 { aws_medialive as medialive } from 'aws-cdk-lib';
const motionGraphicsSettingsProperty: medialive.CfnChannel.MotionGraphicsSettingsProperty = {
  htmlMotionGraphicsSettings: { },
};

Properties

NameTypeDescription
htmlMotionGraphicsSettings?IResolvable | HtmlMotionGraphicsSettingsPropertySettings to configure the motion graphics overlay to use an HTML asset.

htmlMotionGraphicsSettings?

Type: IResolvable | HtmlMotionGraphicsSettingsProperty (optional)

Settings to configure the motion graphics overlay to use an HTML asset.