Class: Aws::MediaLive::Types::InputPrepareScheduleActionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputPrepareScheduleActionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Action to prepare an input for a future immediate input switch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_attachment_name_reference ⇒ String
The name of the input attachment that should be prepared by this action.
-
#input_clipping_settings ⇒ Types::InputClippingSettings
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
-
#url_path ⇒ Array<String>
The value for the variable portion of the URL for the dynamic input, for this instance of the input.
Instance Attribute Details
#input_attachment_name_reference ⇒ String
The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.
7360 7361 7362 7363 7364 7365 7366 |
# File 'lib/aws-sdk-medialive/types.rb', line 7360 class InputPrepareScheduleActionSettings < Struct.new( :input_attachment_name_reference, :input_clipping_settings, :url_path) SENSITIVE = [] include Aws::Structure end |
#input_clipping_settings ⇒ Types::InputClippingSettings
Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
7360 7361 7362 7363 7364 7365 7366 |
# File 'lib/aws-sdk-medialive/types.rb', line 7360 class InputPrepareScheduleActionSettings < Struct.new( :input_attachment_name_reference, :input_clipping_settings, :url_path) SENSITIVE = [] include Aws::Structure end |
#url_path ⇒ Array<String>
The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.
7360 7361 7362 7363 7364 7365 7366 |
# File 'lib/aws-sdk-medialive/types.rb', line 7360 class InputPrepareScheduleActionSettings < Struct.new( :input_attachment_name_reference, :input_clipping_settings, :url_path) SENSITIVE = [] include Aws::Structure end |