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

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

Overview

Note:

When making an API call, you may pass MotionGraphicsActivateScheduleActionSettings data as a hash:

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

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)


12491
12492
12493
12494
12495
12496
12497
12498
# File 'lib/aws-sdk-medialive/types.rb', line 12491

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)


12491
12492
12493
12494
12495
12496
12497
12498
# File 'lib/aws-sdk-medialive/types.rb', line 12491

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)


12491
12492
12493
12494
12495
12496
12497
12498
# File 'lib/aws-sdk-medialive/types.rb', line 12491

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://<parameter name=”“>”</p> </parameter>

Returns:

  • (String)


12491
12492
12493
12494
12495
12496
12497
12498
# File 'lib/aws-sdk-medialive/types.rb', line 12491

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