class Aws::MediaLive::Types::InputPrepareScheduleActionSettings
Action to prepare an input for a future immediate input switch.
@note When making an API call, you may pass InputPrepareScheduleActionSettings
data as a hash: { input_attachment_name_reference: "__string", input_clipping_settings: { input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED start_timecode: { timecode: "__string", }, stop_timecode: { last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME timecode: "__string", }, }, url_path: ["__string"], }
@!attribute [rw] input_attachment_name_reference
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. @return [String]
@!attribute [rw] input_clipping_settings
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. @return [Types::InputClippingSettings]
@!attribute [rw] url_path
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. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputPrepareScheduleActionSettings AWS API Documentation
Constants
- SENSITIVE