aws-cdk-lib.aws_medialive.CfnChannel.HtmlMotionGraphicsSettingsProperty

interface HtmlMotionGraphicsSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.HtmlMotionGraphicsSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_HtmlMotionGraphicsSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.HtmlMotionGraphicsSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.HtmlMotionGraphicsSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » HtmlMotionGraphicsSettingsProperty

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

The parent of this entity is MotionGraphicsSetting.

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 htmlMotionGraphicsSettingsProperty: medialive.CfnChannel.HtmlMotionGraphicsSettingsProperty = { };