class Aws::MediaLive::Types::MotionGraphicsActivateScheduleActionSettings

Settings to specify the rendering of motion graphics into the video stream.

@note When making an API call, you may pass MotionGraphicsActivateScheduleActionSettings

data as a hash:

    {
      duration: 1,
      password_param: "__string",
      url: "__string",
      username: "__string",
    }

@!attribute [rw] duration

Duration (in milliseconds) that motion graphics should render on to
the video stream. Leaving out this property or setting to 0 will
result in rendering continuing until a deactivate action is
processed.
@return [Integer]

@!attribute [rw] password_param

Key used to extract the password from EC2 Parameter store
@return [String]

@!attribute [rw] url

URI of the HTML5 content to be rendered into the live stream.
@return [String]

@!attribute [rw] username

Username if credentials are required to access a file. This must be
a reference to an AWS parameter store name from which the password
can be retrieved. AWS Parameter store format: \\"ssm://<parameter
name="">"</p> </parameter>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MotionGraphicsActivateScheduleActionSettings AWS API Documentation

Constants

SENSITIVE