class Aws::Chime::Types::CreateMediaCapturePipelineRequest
@note When making an API call, you may pass CreateMediaCapturePipelineRequest
data as a hash: { source_type: "ChimeSdkMeeting", # required, accepts ChimeSdkMeeting source_arn: "Arn", # required sink_type: "S3Bucket", # required, accepts S3Bucket sink_arn: "Arn", # required client_request_token: "ClientRequestToken", }
@!attribute [rw] source_type
Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source. @return [String]
@!attribute [rw] source_arn
ARN of the source from which the media artifacts are captured. @return [String]
@!attribute [rw] sink_type
Destination type to which the media artifacts are saved. You must use an S3 bucket. @return [String]
@!attribute [rw] sink_arn
The ARN of the sink type. @return [String]
@!attribute [rw] client_request_token
The token assigned to the client making the pipeline request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateMediaCapturePipelineRequest AWS API Documentation
Constants
- SENSITIVE