Class: Aws::MediaLive::Types::MotionGraphicsActivateScheduleActionSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

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.

Returns:

  • (Integer)


8719
8720
8721
8722
8723
8724
8725
8726
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8719

class MotionGraphicsActivateScheduleActionSettings < Struct.new(
  :duration,
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#password_paramString

Key used to extract the password from EC2 Parameter store

Returns:

  • (String)


8719
8720
8721
8722
8723
8724
8725
8726
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8719

class MotionGraphicsActivateScheduleActionSettings < Struct.new(
  :duration,
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

URI of the HTML5 content to be rendered into the live stream.

Returns:

  • (String)


8719
8720
8721
8722
8723
8724
8725
8726
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8719

class MotionGraphicsActivateScheduleActionSettings < Struct.new(
  :duration,
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

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://"

Returns:

  • (String)


8719
8720
8721
8722
8723
8724
8725
8726
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8719

class MotionGraphicsActivateScheduleActionSettings < Struct.new(
  :duration,
  :password_param,
  :url,
  :username)
  SENSITIVE = []
  include Aws::Structure
end