MotionGraphicsConfiguration

class aws_cdk.aws_medialive_alpha.MotionGraphicsConfiguration(*, motion_graphics_insertion=None)

Bases: object

(experimental) Motion graphics overlay configuration.

Parameters:

motion_graphics_insertion (Optional[MotionGraphicsInsertion]) – (experimental) Whether to enable the motion graphics overlay. Default: MotionGraphicsInsertion.DISABLED

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_medialive_alpha as medialive_alpha

# motion_graphics_insertion: medialive_alpha.MotionGraphicsInsertion

motion_graphics_configuration = medialive_alpha.MotionGraphicsConfiguration(
    motion_graphics_insertion=motion_graphics_insertion
)

Attributes

motion_graphics_insertion

(experimental) Whether to enable the motion graphics overlay.

Default:

MotionGraphicsInsertion.DISABLED

Stability:

experimental