MediaCapturePipeline

A media capture pipeline object consisting of an ID, source type, source ARN, a sink type, a sink ARN, and a configuration object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.

Link copied to clipboard

The time at which the capture pipeline was created, in ISO 8601 format.

Link copied to clipboard

The ID of a media capture pipeline.

Link copied to clipboard

ARN of the destination to which the media artifacts are saved.

Link copied to clipboard

Destination type to which the media artifacts are saved. You must use an S3 Bucket.

Link copied to clipboard

ARN of the source from which the media artifacts will be saved.

Link copied to clipboard

Source type from which media artifacts are saved. You must use ChimeMeeting.

Link copied to clipboard

The status of the media capture pipeline.

Link copied to clipboard

The time at which the capture pipeline was updated, in ISO 8601 format.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String