Class: Aws::Chime::Types::CreateMediaCapturePipelineRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:source_arn, :sink_arn, :client_request_token]

Instance Attribute Summary collapse

Instance Attribute Details

#chime_sdk_meeting_configurationTypes::ChimeSdkMeetingConfiguration

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



2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-chime/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_tokenString

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.

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-chime/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_arnString

The ARN of the sink type.

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-chime/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_typeString

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

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-chime/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_arnString

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

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-chime/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_typeString

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

Returns:

  • (String)


2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-chime/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