class Aws::Chime::Types::StreamingConfiguration

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.

@note When making an API call, you may pass StreamingConfiguration

data as a hash:

    {
      data_retention_in_hours: 1, # required
      disabled: false,
      streaming_notification_targets: [
        {
          notification_target: "EventBridge", # required, accepts EventBridge, SNS, SQS
        },
      ],
    }

@!attribute [rw] data_retention_in_hours

The retention period, in hours, for the Amazon Kinesis data.
@return [Integer]

@!attribute [rw] disabled

When true, media streaming to Amazon Kinesis is turned off.
@return [Boolean]

@!attribute [rw] streaming_notification_targets

The streaming notification targets.
@return [Array<Types::StreamingNotificationTarget>]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/StreamingConfiguration AWS API Documentation

Constants

SENSITIVE