interface MotionGraphicsConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.MotionGraphicsConfiguration |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#MotionGraphicsConfiguration |
Java | software.amazon.awscdk.services.medialive.alpha.MotionGraphicsConfiguration |
Python | aws_cdk.aws_medialive_alpha.MotionGraphicsConfiguration |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป MotionGraphicsConfiguration |
Motion graphics overlay configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
declare const motionGraphicsInsertion: medialive_alpha.MotionGraphicsInsertion;
const motionGraphicsConfiguration: medialive_alpha.MotionGraphicsConfiguration = {
motionGraphicsInsertion: motionGraphicsInsertion,
};
Properties
| Name | Type | Description |
|---|---|---|
| motion | Motion | Whether to enable the motion graphics overlay. |
motionGraphicsInsertion?
Type:
Motion
(optional, default: MotionGraphicsInsertion.DISABLED)
Whether to enable the motion graphics overlay.

.NET
Go
Java
Python
TypeScript (