Class: Aws::ChimeSDKVoice::Types::StreamingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::StreamingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
The streaming configuration associated with an Amazon Chime SDK Voice Connector. Specifies whether media streaming is enabled for sending to Amazon Kinesis, and shows the retention period for the Amazon Kinesis data, in hours.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_retention_in_hours ⇒ Integer
The amount of time, in hours, to the Kinesis data.
-
#disabled ⇒ Boolean
When true, streaming to Kinesis is off.
-
#media_insights_configuration ⇒ Types::MediaInsightsConfiguration
The call analytics configuration.
-
#streaming_notification_targets ⇒ Array<Types::StreamingNotificationTarget>
The streaming notification targets.
Instance Attribute Details
#data_retention_in_hours ⇒ Integer
The amount of time, in hours, to the Kinesis data.
3304 3305 3306 3307 3308 3309 3310 3311 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3304 class StreamingConfiguration < Struct.new( :data_retention_in_hours, :disabled, :streaming_notification_targets, :media_insights_configuration) SENSITIVE = [] include Aws::Structure end |
#disabled ⇒ Boolean
When true, streaming to Kinesis is off.
3304 3305 3306 3307 3308 3309 3310 3311 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3304 class StreamingConfiguration < Struct.new( :data_retention_in_hours, :disabled, :streaming_notification_targets, :media_insights_configuration) SENSITIVE = [] include Aws::Structure end |
#media_insights_configuration ⇒ Types::MediaInsightsConfiguration
The call analytics configuration.
3304 3305 3306 3307 3308 3309 3310 3311 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3304 class StreamingConfiguration < Struct.new( :data_retention_in_hours, :disabled, :streaming_notification_targets, :media_insights_configuration) SENSITIVE = [] include Aws::Structure end |
#streaming_notification_targets ⇒ Array<Types::StreamingNotificationTarget>
The streaming notification targets.
3304 3305 3306 3307 3308 3309 3310 3311 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3304 class StreamingConfiguration < Struct.new( :data_retention_in_hours, :disabled, :streaming_notification_targets, :media_insights_configuration) SENSITIVE = [] include Aws::Structure end |