Class: Aws::IVS::Types::RecordingConfiguration

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

Overview

An object representing a configuration to record a channel stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Recording-configuration ARN.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1614

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

#destination_configurationTypes::DestinationConfiguration

A complex type that contains information about where recorded video will be stored.



1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1614

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

#nameString

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

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1614

class RecordingConfiguration < Struct.new(
  :arn,
  :destination_configuration,
  :name,
  :recording_reconnect_window_seconds,
  :rendition_configuration,
  :state,
  :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)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1614

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

#rendition_configurationTypes::RenditionConfiguration

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



1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1614

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

#stateString

Indicates the current state of the recording configuration. When the state is ACTIVE, the configuration is ready for recording a channel stream.

Returns:

  • (String)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1614

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

#tagsHash<String,String>

Tags attached to the resource. 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>)


1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1614

class RecordingConfiguration < Struct.new(
  :arn,
  :destination_configuration,
  :name,
  :recording_reconnect_window_seconds,
  :rendition_configuration,
  :state,
  :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.



1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1614

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