interface MotionGraphicsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.MotionGraphicsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_MotionGraphicsConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.MotionGraphicsConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.MotionGraphicsConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » 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/cfn-property-mixins';
const motionGraphicsConfigurationProperty: medialive.CfnChannelPropsMixin.MotionGraphicsConfigurationProperty = {
motionGraphicsInsertion: 'motionGraphicsInsertion',
motionGraphicsSettings: {
htmlMotionGraphicsSettings: { },
},
};
Properties
| Name | Type | Description |
|---|---|---|
| motion | string | Enables or disables the motion graphics overlay feature in the channel. |
| motion | IResolvable | Motion | Settings 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 | Motion
(optional)
Settings to enable and configure the motion graphics overlay feature in the channel.

.NET
Go
Java
Python
TypeScript