Class: Aws::IVSRealTime::Types::S3DestinationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

A complex type that describes an S3 location where recorded videos will be stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encoder_configuration_arnsArray<String>

ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.

Returns:

  • (Array<String>)


2232
2233
2234
2235
2236
2237
2238
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2232

class S3DestinationConfiguration < Struct.new(
  :storage_configuration_arn,
  :encoder_configuration_arns,
  :recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#recording_configurationTypes::RecordingConfiguration

Array of maps, each of the form ‘string:string (key:value)`. This is an optional customer specification, currently used only to specify the recording format for storing a recording in Amazon S3.



2232
2233
2234
2235
2236
2237
2238
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2232

class S3DestinationConfiguration < Struct.new(
  :storage_configuration_arn,
  :encoder_configuration_arns,
  :recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#storage_configuration_arnString

ARN of the StorageConfiguration where recorded videos will be stored.

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
2238
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2232

class S3DestinationConfiguration < Struct.new(
  :storage_configuration_arn,
  :encoder_configuration_arns,
  :recording_configuration)
  SENSITIVE = []
  include Aws::Structure
end