CreateMediaCapturePipelineRequest

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media pipeline request.

Link copied to clipboard

The ARN of the sink type.

Link copied to clipboard

The Amazon Resource Name (ARN) of the sink role to be used with AwsKmsKeyId in SseAwsKeyManagementParams. Can only interact with S3Bucket sink type. The role must belong to the caller’s account and be able to act on behalf of the caller during the API call. All minimum policy permissions requirements for the caller to perform sink-related actions are the same for SinkIamRoleArn.

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 are captured.

Link copied to clipboard

Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.

Link copied to clipboard

An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.

Link copied to clipboard
val tags: List<Tag>?

The tag key-value pairs.

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