Class: Aws::Chime::Types::CreateMediaCapturePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateMediaCapturePipelineRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:source_arn, :sink_arn, :client_request_token]
Instance Attribute Summary collapse
-
#chime_sdk_meeting_configuration ⇒ Types::ChimeSdkMeetingConfiguration
The configuration for a specified media capture pipeline.
-
#client_request_token ⇒ String
The unique identifier for the client request.
-
#sink_arn ⇒ String
The ARN of the sink type.
-
#sink_type ⇒ String
Destination type to which the media artifacts are saved.
-
#source_arn ⇒ String
ARN of the source from which the media artifacts are captured.
-
#source_type ⇒ String
Source type from which the media artifacts will be captured.
Instance Attribute Details
#chime_sdk_meeting_configuration ⇒ Types::ChimeSdkMeetingConfiguration
The configuration for a specified media capture pipeline. ‘SourceType` must be `ChimeSdkMeeting`.
2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-chime/types.rb', line 2031 class CreateMediaCapturePipelineRequest < Struct.new( :source_type, :source_arn, :sink_type, :sink_arn, :client_request_token, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn, :client_request_token] include Aws::Structure end |
#client_request_token ⇒ String
The unique identifier for the client request. The token makes the API request idempotent. Use a different token for different media pipeline requests.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-chime/types.rb', line 2031 class CreateMediaCapturePipelineRequest < Struct.new( :source_type, :source_arn, :sink_type, :sink_arn, :client_request_token, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn, :client_request_token] include Aws::Structure end |
#sink_arn ⇒ String
The ARN of the sink type.
2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-chime/types.rb', line 2031 class CreateMediaCapturePipelineRequest < Struct.new( :source_type, :source_arn, :sink_type, :sink_arn, :client_request_token, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn, :client_request_token] include Aws::Structure end |
#sink_type ⇒ String
Destination type to which the media artifacts are saved. You must use an S3 bucket.
2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-chime/types.rb', line 2031 class CreateMediaCapturePipelineRequest < Struct.new( :source_type, :source_arn, :sink_type, :sink_arn, :client_request_token, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn, :client_request_token] include Aws::Structure end |
#source_arn ⇒ String
ARN of the source from which the media artifacts are captured.
2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-chime/types.rb', line 2031 class CreateMediaCapturePipelineRequest < Struct.new( :source_type, :source_arn, :sink_type, :sink_arn, :client_request_token, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn, :client_request_token] include Aws::Structure end |
#source_type ⇒ String
Source type from which the media artifacts will be captured. A Chime SDK Meeting is the only supported source.
2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-chime/types.rb', line 2031 class CreateMediaCapturePipelineRequest < Struct.new( :source_type, :source_arn, :sink_type, :sink_arn, :client_request_token, :chime_sdk_meeting_configuration) SENSITIVE = [:source_arn, :sink_arn, :client_request_token] include Aws::Structure end |