Class: Aws::MediaLive::Types::FeatureActivations

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

Overview

Feature Activations

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_prepare_schedule_actionsString

Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.

Returns:

  • (String)


4559
4560
4561
4562
4563
4564
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4559

class FeatureActivations < Struct.new(
  :input_prepare_schedule_actions,
  :output_static_image_overlay_schedule_actions)
  SENSITIVE = []
  include Aws::Structure
end

#output_static_image_overlay_schedule_actionsString

Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates to display/clear/modify image overlays on an output-by-output bases.

Returns:

  • (String)


4559
4560
4561
4562
4563
4564
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4559

class FeatureActivations < Struct.new(
  :input_prepare_schedule_actions,
  :output_static_image_overlay_schedule_actions)
  SENSITIVE = []
  include Aws::Structure
end