You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::StreamingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::StreamingConfiguration
- Defined in:
- (unknown)
Overview
When passing StreamingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
data_retention_in_hours: 1, # required
disabled: false,
streaming_notification_targets: [
{
notification_target: "EventBridge", # required, accepts EventBridge, SNS, SQS
},
],
}
The streaming configuration associated with an Amazon Chime 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.
Returned by:
Instance Attribute Summary collapse
-
#data_retention_in_hours ⇒ Integer
The retention period, in hours, for the Amazon Kinesis data.
-
#disabled ⇒ Boolean
When true, media streaming to Amazon Kinesis is turned off.
-
#streaming_notification_targets ⇒ Array<Types::StreamingNotificationTarget>
The streaming notification targets.
Instance Attribute Details
#data_retention_in_hours ⇒ Integer
The retention period, in hours, for the Amazon Kinesis data.
#disabled ⇒ Boolean
When true, media streaming to Amazon Kinesis is turned off.
#streaming_notification_targets ⇒ Array<Types::StreamingNotificationTarget>
The streaming notification targets.