Class: Aws::IVS::Types::CreateRecordingConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurationTypes::DestinationConfiguration

A complex type that contains a destination configuration for where recorded video will be stored.



632
633
634
635
636
637
638
639
640
641
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 632

class CreateRecordingConfigurationRequest < Struct.new(
  :destination_configuration,
  :name,
  :recording_reconnect_window_seconds,
  :rendition_configuration,
  :tags,
  :thumbnail_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Recording-configuration name. The value does not need to be unique.

Returns:

  • (String)


632
633
634
635
636
637
638
639
640
641
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 632

class CreateRecordingConfigurationRequest < Struct.new(
  :destination_configuration,
  :name,
  :recording_reconnect_window_seconds,
  :rendition_configuration,
  :tags,
  :thumbnail_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#recording_reconnect_window_secondsInteger

If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.

Returns:

  • (Integer)


632
633
634
635
636
637
638
639
640
641
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 632

class CreateRecordingConfigurationRequest < Struct.new(
  :destination_configuration,
  :name,
  :recording_reconnect_window_seconds,
  :rendition_configuration,
  :tags,
  :thumbnail_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#rendition_configurationTypes::RenditionConfiguration

Object that describes which renditions should be recorded for a stream.



632
633
634
635
636
637
638
639
640
641
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 632

class CreateRecordingConfigurationRequest < Struct.new(
  :destination_configuration,
  :name,
  :recording_reconnect_window_seconds,
  :rendition_configuration,
  :tags,
  :thumbnail_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Array of 1-50 maps, each of the form string:string (key:value). See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

Returns:

  • (Hash<String,String>)


632
633
634
635
636
637
638
639
640
641
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 632

class CreateRecordingConfigurationRequest < Struct.new(
  :destination_configuration,
  :name,
  :recording_reconnect_window_seconds,
  :rendition_configuration,
  :tags,
  :thumbnail_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#thumbnail_configurationTypes::ThumbnailConfiguration

A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.



632
633
634
635
636
637
638
639
640
641
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 632

class CreateRecordingConfigurationRequest < Struct.new(
  :destination_configuration,
  :name,
  :recording_reconnect_window_seconds,
  :rendition_configuration,
  :tags,
  :thumbnail_configuration)
  SENSITIVE = []
  include Aws::Structure
end