Class: Aws::IVSRealTime::Types::S3DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::S3DestinationConfiguration
- 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
-
#encoder_configuration_arns ⇒ Array<String>
ARNs of the EncoderConfiguration resource.
-
#recording_configuration ⇒ Types::RecordingConfiguration
Array of maps, each of the form ‘string:string (key:value)`.
-
#storage_configuration_arn ⇒ String
ARN of the StorageConfiguration where recorded videos will be stored.
Instance Attribute Details
#encoder_configuration_arns ⇒ Array<String>
ARNs of the EncoderConfiguration resource. The encoder configuration and stage resources must be in the same AWS account and region.
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_configuration ⇒ Types::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_arn ⇒ String
ARN of the StorageConfiguration where recorded videos will be stored.
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 |