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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/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>)


1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1606

class S3DestinationConfiguration < Struct.new(
  :encoder_configuration_arns,
  :recording_configuration,
  :storage_configuration_arn)
  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.



1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1606

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

#storage_configuration_arnString

ARN of the StorageConfiguration where recorded videos will be stored.

Returns:

  • (String)


1606
1607
1608
1609
1610
1611
1612
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1606

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