v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431255184.9 KB

Creates a media pipeline.

post/sdk-media-capture-pipelines

Request body

SourceType'ChimeSdkMeeting' required

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

SourceArnstring password required

ARN of the source from which the media artifacts are captured.

SinkType'S3Bucket' required

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

SinkArnstring password required

The ARN of the sink type.

ClientRequestTokenstring password

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

SinkIamRoleArnstring password
<p>The Amazon Resource Name (ARN) of the sink role to be used with <code>AwsKmsKeyId</code> in <code>SseAwsKeyManagementParams</code>. Can only interact with <code>S3Bucket</code> 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 <code>SinkIamRoleArn</code>.</p> <p>Additionally, the role must have permission to <code>kms:GenerateDataKey</code> using KMS key supplied as <code>AwsKmsKeyId</code> in <code>SseAwsKeyManagementParams</code>. If media concatenation will be required later, the role must also have permission to <code>kms:Decrypt</code> for the same KMS key.</p>

Response

Success