Class: Aws::IVS::Types::RecordingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::RecordingConfiguration
- 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
-
#arn ⇒ String
Recording-configuration ARN.
-
#destination_configuration ⇒ Types::DestinationConfiguration
A complex type that contains information about where recorded video will be stored.
-
#name ⇒ String
Recording-configuration name.
-
#state ⇒ String
Indicates the current state of the recording configuration.
-
#tags ⇒ Hash<String,String>
Array of 1-50 maps, each of the form
string:string (key:value)
. -
#thumbnail_configuration ⇒ Types::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.
Instance Attribute Details
#arn ⇒ String
Recording-configuration ARN.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1310 class RecordingConfiguration < Struct.new( :arn, :destination_configuration, :name, :state, :tags, :thumbnail_configuration) SENSITIVE = [] include Aws::Structure end |
#destination_configuration ⇒ Types::DestinationConfiguration
A complex type that contains information about where recorded video will be stored.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1310 class RecordingConfiguration < Struct.new( :arn, :destination_configuration, :name, :state, :tags, :thumbnail_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Recording-configuration name. The value does not need to be unique.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1310 class RecordingConfiguration < Struct.new( :arn, :destination_configuration, :name, :state, :tags, :thumbnail_configuration) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
Indicates the current state of the recording configuration. When the
state is ACTIVE
, the configuration is ready for recording a
channel stream.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1310 class RecordingConfiguration < Struct.new( :arn, :destination_configuration, :name, :state, :tags, :thumbnail_configuration) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Array of 1-50 maps, each of the form string:string (key:value)
.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1310 class RecordingConfiguration < Struct.new( :arn, :destination_configuration, :name, :state, :tags, :thumbnail_configuration) SENSITIVE = [] include Aws::Structure end |
#thumbnail_configuration ⇒ Types::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.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1310 class RecordingConfiguration < Struct.new( :arn, :destination_configuration, :name, :state, :tags, :thumbnail_configuration) SENSITIVE = [] include Aws::Structure end |