Class: Aws::MediaLive::Types::InputSwitchScheduleActionSettings

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

Overview

Settings for the "switch input" action: to switch from ingesting one input to ingesting another input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_attachment_name_referenceString

The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.

Returns:

  • (String)


7406
7407
7408
7409
7410
7411
7412
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7406

class InputSwitchScheduleActionSettings < Struct.new(
  :input_attachment_name_reference,
  :input_clipping_settings,
  :url_path)
  SENSITIVE = []
  include Aws::Structure
end

#input_clipping_settingsTypes::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.



7406
7407
7408
7409
7410
7411
7412
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7406

class InputSwitchScheduleActionSettings < Struct.new(
  :input_attachment_name_reference,
  :input_clipping_settings,
  :url_path)
  SENSITIVE = []
  include Aws::Structure
end

#url_pathArray<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.

Returns:

  • (Array<String>)


7406
7407
7408
7409
7410
7411
7412
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7406

class InputSwitchScheduleActionSettings < Struct.new(
  :input_attachment_name_reference,
  :input_clipping_settings,
  :url_path)
  SENSITIVE = []
  include Aws::Structure
end