aws-cdk-lib.aws_medialive.CfnChannel.MotionGraphicsConfigurationProperty

interface MotionGraphicsConfigurationProperty

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

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 { aws_medialive as medialive } from 'aws-cdk-lib';
const motionGraphicsConfigurationProperty: medialive.CfnChannel.MotionGraphicsConfigurationProperty = {
  motionGraphicsInsertion: 'motionGraphicsInsertion',
  motionGraphicsSettings: {
    htmlMotionGraphicsSettings: { },
  },
};

Properties

NameTypeDescription
motionGraphicsInsertion?stringEnables or disables the motion graphics overlay feature in the channel.
motionGraphicsSettings?IResolvable | MotionGraphicsSettingsPropertySettings to enable and configure the motion graphics overlay feature in the channel.

motionGraphicsInsertion?

Type: string (optional)

Enables or disables the motion graphics overlay feature in the channel.


motionGraphicsSettings?

Type: IResolvable | MotionGraphicsSettingsProperty (optional)

Settings to enable and configure the motion graphics overlay feature in the channel.