Class: Aws::MediaLive::Types::MotionGraphicsActivateScheduleActionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MotionGraphicsActivateScheduleActionSettings
- Includes:
- Structure
- Defined in:
- 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
-
#duration ⇒ Integer
Duration (in milliseconds) that motion graphics should render on to the video stream.
-
#password_param ⇒ String
Key used to extract the password from EC2 Parameter store.
-
#url ⇒ String
URI of the HTML5 content to be rendered into the live stream.
-
#username ⇒ String
Username if credentials are required to access a file.
Instance Attribute Details
#duration ⇒ Integer
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.
8913 8914 8915 8916 8917 8918 8919 8920 |
# File 'lib/aws-sdk-medialive/types.rb', line 8913 class MotionGraphicsActivateScheduleActionSettings < Struct.new( :duration, :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |
#password_param ⇒ String
Key used to extract the password from EC2 Parameter store
8913 8914 8915 8916 8917 8918 8919 8920 |
# File 'lib/aws-sdk-medialive/types.rb', line 8913 class MotionGraphicsActivateScheduleActionSettings < Struct.new( :duration, :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
URI of the HTML5 content to be rendered into the live stream.
8913 8914 8915 8916 8917 8918 8919 8920 |
# File 'lib/aws-sdk-medialive/types.rb', line 8913 class MotionGraphicsActivateScheduleActionSettings < Struct.new( :duration, :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
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>
8913 8914 8915 8916 8917 8918 8919 8920 |
# File 'lib/aws-sdk-medialive/types.rb', line 8913 class MotionGraphicsActivateScheduleActionSettings < Struct.new( :duration, :password_param, :url, :username) SENSITIVE = [] include Aws::Structure end |