[ aws . chime-sdk-media-pipelines ]
get-media-pipeline
--media-pipeline-id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]
--media-pipeline-id
(string) [required]
The ID of the pipeline that you want to get.
Constraints:
- min:
36
- max:
36
- pattern:
[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
--debug
(boolean)
Turn on debug logging.
--endpoint-url
(string)
Override command’s default URL with the given URL.
--no-verify-ssl
(boolean)
By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate
(boolean)
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.
--output
(string)
The formatting style for command output.
--query
(string)
A JMESPath query to use in filtering the response data.
--profile
(string)
Use a specific profile from your credential file.
--region
(string)
The region to use. Overrides config/env settings.
--version
(string)
Display the version of this tool.
--color
(string)
Turn on/off color output.
--no-sign-request
(boolean)
Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle
(string)
The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout
(int)
The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout
(int)
The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
--cli-binary-format
(string)
The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb://
will always be treated as binary and use the file contents directly regardless of the cli-binary-format
setting. When using file://
the file contents will need to properly formatted for the configured cli-binary-format
.
--no-cli-pager
(boolean)
Disable cli pager for output.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
--no-cli-auto-prompt
(boolean)
Disable automatically prompt for CLI input parameters.
MediaPipeline -> (structure)
The media pipeline object.
MediaCapturePipeline -> (structure)
A pipeline that enables users to capture audio and video.
MediaPipelineId -> (string)
The ID of a media pipeline.
Constraints:
- min:
36
- max:
36
- pattern:
[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}
MediaPipelineArn -> (string)
The ARN of the media capture pipeline
Constraints:
- min:
1
- max:
1011
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
SourceType -> (string)
Source type from which media artifacts are saved. You must use
ChimeMeeting
.Possible values:
ChimeSdkMeeting
SourceArn -> (string)
ARN of the source from which the media artifacts are saved.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Status -> (string)
The status of the media pipeline.
Possible values:
Initializing
InProgress
Failed
Stopping
Stopped
Paused
NotStarted
SinkType -> (string)
Destination type to which the media artifacts are saved. You must use an S3 Bucket.
Possible values:
S3Bucket
SinkArn -> (string)
ARN of the destination to which the media artifacts are saved.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
CreatedTimestamp -> (timestamp)
The time at which the pipeline was created, in ISO 8601 format.UpdatedTimestamp -> (timestamp)
The time at which the pipeline was updated, in ISO 8601 format.ChimeSdkMeetingConfiguration -> (structure)
The configuration for a specified media pipeline.
SourceType
must beChimeSdkMeeting
.SourceConfiguration -> (structure)
The source configuration for a specified media pipeline.
SelectedVideoStreams -> (structure)
The selected video streams for a specified media pipeline. The number of video streams can’t exceed 25.
AttendeeIds -> (list)
The attendee IDs of the streams selected for a media pipeline.
Constraints:
- min:
1
(string)
Constraints:
- min:
36
- max:
36
- pattern:
[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}
ExternalUserIds -> (list)
The external user IDs of the streams selected for a media pipeline.
Constraints:
- min:
1
(string)
Constraints:
- min:
2
- max:
64
ArtifactsConfiguration -> (structure)
The configuration for the artifacts in an Amazon Chime SDK meeting.
Audio -> (structure) [required]
The configuration for the audio artifacts.
MuxType -> (string) [required]
The MUX type of the audio artifact configuration object.
Possible values:
AudioOnly
AudioWithActiveSpeakerVideo
AudioWithCompositedVideo
Video -> (structure) [required]
The configuration for the video artifacts.
State -> (string) [required]
Indicates whether the video artifact is enabled or disabled.
Possible values:
Enabled
Disabled
MuxType -> (string)
The MUX type of the video artifact configuration object.
Possible values:
VideoOnly
Content -> (structure) [required]
The configuration for the content artifacts.
State -> (string) [required]
Indicates whether the content artifact is enabled or disabled.
Possible values:
Enabled
Disabled
MuxType -> (string)
The MUX type of the artifact configuration.
Possible values:
ContentOnly
CompositedVideo -> (structure)
Enables video compositing.
Layout -> (string)
The layout setting, such as
GridView
in the configuration object.Possible values:
GridView
Resolution -> (string)
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
Possible values:
HD
FHD
GridViewConfiguration -> (structure) [required]
The
GridView
configuration setting.ContentShareLayout -> (string) [required]
Defines the layout of the video tiles when content sharing is enabled.
Possible values:
PresenterOnly
Horizontal
Vertical
ActiveSpeakerOnly
PresenterOnlyConfiguration -> (structure)
Defines the configuration options for a presenter only video tile.
PresenterPosition -> (string)
Defines the position of the presenter video tile. Default:
TopRight
.Possible values:
TopLeft
TopRight
BottomLeft
BottomRight
ActiveSpeakerOnlyConfiguration -> (structure)
The configuration settings for an
ActiveSpeakerOnly
video tile.ActiveSpeakerPosition -> (string)
The position of the
ActiveSpeakerOnly
video tile.Possible values:
TopLeft
TopRight
BottomLeft
BottomRight
HorizontalLayoutConfiguration -> (structure)
The configuration settings for a horizontal layout.
TileOrder -> (string)
Sets the automatic ordering of the video tiles.
Possible values:
JoinSequence
SpeakerSequence
TilePosition -> (string)
Sets the position of horizontal tiles.
Possible values:
Top
Bottom
TileCount -> (integer)
The maximum number of video tiles to display.
Constraints:
- min:
1
- max:
10
TileAspectRatio -> (string)
Specifies the aspect ratio of all video tiles.
Constraints:
- pattern:
^\d{1,2}\/\d{1,2}$
VerticalLayoutConfiguration -> (structure)
The configuration settings for a vertical layout.
TileOrder -> (string)
Sets the automatic ordering of the video tiles.
Possible values:
JoinSequence
SpeakerSequence
TilePosition -> (string)
Sets the position of vertical tiles.
Possible values:
Left
Right
TileCount -> (integer)
The maximum number of tiles to display.
Constraints:
- min:
1
- max:
10
TileAspectRatio -> (string)
Sets the aspect ratio of the video tiles, such as 16:9.
Constraints:
- pattern:
^\d{1,2}\/\d{1,2}$
VideoAttribute -> (structure)
The attribute settings for the video tiles.
CornerRadius -> (integer)
Sets the corner radius of all video tiles.
Constraints:
- min:
1
- max:
20
BorderColor -> (string)
Defines the border color of all video tiles.
Possible values:
Black
Blue
Red
Green
White
Yellow
HighlightColor -> (string)
Defines the highlight color for the active video tile.
Possible values:
Black
Blue
Red
Green
White
Yellow
BorderThickness -> (integer)
Defines the border thickness for all video tiles.
Constraints:
- min:
1
- max:
20
CanvasOrientation -> (string)
The orientation setting, horizontal or vertical.
Possible values:
Landscape
Portrait
SseAwsKeyManagementParams -> (structure)
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.
AwsKmsKeyId -> (string) [required]
The KMS key you want to use to encrypt your media pipeline output. Decryption is required for concatenation pipeline. If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
- Use the KMS key ID itself. For example,
1234abcd-12ab-34cd-56ef-1234567890ab
.- Use an alias for the KMS key ID. For example,
alias/ExampleAlias
.- Use the Amazon Resource Name (ARN) for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.- Use the ARN for the KMS key alias. For example,
arn:aws:kms:region:account-ID:alias/ExampleAlias
.If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
- Use the ARN for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.- Use the ARN for the KMS key alias. For example,
arn:aws:kms:region:account-ID:alias/ExampleAlias
.If you don’t specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the
SinkIamRoleArn
request parameter must have permission to use the specified KMS key.Constraints:
- max:
4096
- pattern:
.*
AwsKmsEncryptionContext -> (string)
Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as non-secret key-value pair known as encryption context pairs, that provides an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS in the Key Management Service Developer Guide .
Constraints:
- max:
4096
- pattern:
.*
SinkIamRoleArn -> (string)
The Amazon Resource Name (ARN) of the sink role to be used with
AwsKmsKeyId
inSseAwsKeyManagementParams
.Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
MediaLiveConnectorPipeline -> (structure)
The connector pipeline of the media pipeline.
Sources -> (list)
The connector pipeline’s data sources.
Constraints:
- min:
1
- max:
1
(structure)
The data source configuration object of a streaming media pipeline.
SourceType -> (string) [required]
The source configuration’s media source type.
Possible values:
ChimeSdkMeeting
ChimeSdkMeetingLiveConnectorConfiguration -> (structure) [required]
The configuration settings of the connector pipeline.
Arn -> (string) [required]
The configuration object’s Chime SDK meeting ARN.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
MuxType -> (string) [required]
The configuration object’s multiplex type.
Possible values:
AudioWithCompositedVideo
AudioWithActiveSpeakerVideo
CompositedVideo -> (structure)
The media pipeline’s composited video.
Layout -> (string)
The layout setting, such as
GridView
in the configuration object.Possible values:
GridView
Resolution -> (string)
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
Possible values:
HD
FHD
GridViewConfiguration -> (structure) [required]
The
GridView
configuration setting.ContentShareLayout -> (string) [required]
Defines the layout of the video tiles when content sharing is enabled.
Possible values:
PresenterOnly
Horizontal
Vertical
ActiveSpeakerOnly
PresenterOnlyConfiguration -> (structure)
Defines the configuration options for a presenter only video tile.
PresenterPosition -> (string)
Defines the position of the presenter video tile. Default:
TopRight
.Possible values:
TopLeft
TopRight
BottomLeft
BottomRight
ActiveSpeakerOnlyConfiguration -> (structure)
The configuration settings for an
ActiveSpeakerOnly
video tile.ActiveSpeakerPosition -> (string)
The position of the
ActiveSpeakerOnly
video tile.Possible values:
TopLeft
TopRight
BottomLeft
BottomRight
HorizontalLayoutConfiguration -> (structure)
The configuration settings for a horizontal layout.
TileOrder -> (string)
Sets the automatic ordering of the video tiles.
Possible values:
JoinSequence
SpeakerSequence
TilePosition -> (string)
Sets the position of horizontal tiles.
Possible values:
Top
Bottom
TileCount -> (integer)
The maximum number of video tiles to display.
Constraints:
- min:
1
- max:
10
TileAspectRatio -> (string)
Specifies the aspect ratio of all video tiles.
Constraints:
- pattern:
^\d{1,2}\/\d{1,2}$
VerticalLayoutConfiguration -> (structure)
The configuration settings for a vertical layout.
TileOrder -> (string)
Sets the automatic ordering of the video tiles.
Possible values:
JoinSequence
SpeakerSequence
TilePosition -> (string)
Sets the position of vertical tiles.
Possible values:
Left
Right
TileCount -> (integer)
The maximum number of tiles to display.
Constraints:
- min:
1
- max:
10
TileAspectRatio -> (string)
Sets the aspect ratio of the video tiles, such as 16:9.
Constraints:
- pattern:
^\d{1,2}\/\d{1,2}$
VideoAttribute -> (structure)
The attribute settings for the video tiles.
CornerRadius -> (integer)
Sets the corner radius of all video tiles.
Constraints:
- min:
1
- max:
20
BorderColor -> (string)
Defines the border color of all video tiles.
Possible values:
Black
Blue
Red
Green
White
Yellow
HighlightColor -> (string)
Defines the highlight color for the active video tile.
Possible values:
Black
Blue
Red
Green
White
Yellow
BorderThickness -> (integer)
Defines the border thickness for all video tiles.
Constraints:
- min:
1
- max:
20
CanvasOrientation -> (string)
The orientation setting, horizontal or vertical.
Possible values:
Landscape
Portrait
SourceConfiguration -> (structure)
The source configuration settings of the media pipeline’s configuration object.
SelectedVideoStreams -> (structure)
The selected video streams for a specified media pipeline. The number of video streams can’t exceed 25.
AttendeeIds -> (list)
The attendee IDs of the streams selected for a media pipeline.
Constraints:
- min:
1
(string)
Constraints:
- min:
36
- max:
36
- pattern:
[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}
ExternalUserIds -> (list)
The external user IDs of the streams selected for a media pipeline.
Constraints:
- min:
1
(string)
Constraints:
- min:
2
- max:
64
Sinks -> (list)
The connector pipeline’s data sinks.
Constraints:
- min:
1
- max:
1
(structure)
The media pipeline’s sink configuration settings.
SinkType -> (string) [required]
The sink configuration’s sink type.
Possible values:
RTMP
RTMPConfiguration -> (structure) [required]
The sink configuration’s RTMP configuration settings.
Url -> (string) [required]
The URL of the RTMP configuration.
Constraints:
- min:
1
- max:
1024
AudioChannels -> (string)
The audio channels set for the RTMP configuration
Possible values:
Stereo
Mono
AudioSampleRate -> (string)
The audio sample rate set for the RTMP configuration. Default: 48000.
Constraints:
- pattern:
44100|48000
MediaPipelineId -> (string)
The connector pipeline’s ID.
Constraints:
- min:
36
- max:
36
- pattern:
[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}
MediaPipelineArn -> (string)
The connector pipeline’s ARN.
Constraints:
- min:
1
- max:
1011
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Status -> (string)
The connector pipeline’s status.
Possible values:
Initializing
InProgress
Failed
Stopping
Stopped
Paused
NotStarted
CreatedTimestamp -> (timestamp)
The time at which the connector pipeline was created.UpdatedTimestamp -> (timestamp)
The time at which the connector pipeline was last updated.MediaConcatenationPipeline -> (structure)
The media concatenation pipeline in a media pipeline.
MediaPipelineId -> (string)
The ID of the media pipeline being concatenated.
Constraints:
- min:
36
- max:
36
- pattern:
[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}
MediaPipelineArn -> (string)
The ARN of the media pipeline that you specify in the
SourceConfiguration
object.Constraints:
- min:
1
- max:
1011
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Sources -> (list)
The data sources being concatenated.
Constraints:
- min:
1
- max:
1
(structure)
The source type and media pipeline configuration settings in a configuration object.
Type -> (string) [required]
The type of concatenation source in a configuration object.
Possible values:
MediaCapturePipeline
MediaCapturePipelineSourceConfiguration -> (structure) [required]
The concatenation settings for the media pipeline in a configuration object.
MediaPipelineArn -> (string) [required]
The media pipeline ARN in the configuration object of a media capture pipeline.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
ChimeSdkMeetingConfiguration -> (structure) [required]
The meeting configuration settings in a media capture pipeline configuration object.
ArtifactsConfiguration -> (structure) [required]
The configuration for the artifacts in an Amazon Chime SDK meeting concatenation.
Audio -> (structure) [required]
The configuration for the audio artifacts concatenation.
State -> (string) [required]
Enables or disables the configuration object.
Possible values:
Enabled
Video -> (structure) [required]
The configuration for the video artifacts concatenation.
State -> (string) [required]
Enables or disables the configuration object.
Possible values:
Enabled
Disabled
Content -> (structure) [required]
The configuration for the content artifacts concatenation.
State -> (string) [required]
Enables or disables the configuration object.
Possible values:
Enabled
Disabled
DataChannel -> (structure) [required]
The configuration for the data channel artifacts concatenation.
State -> (string) [required]
Enables or disables the configuration object.
Possible values:
Enabled
Disabled
TranscriptionMessages -> (structure) [required]
The configuration for the transcription messages artifacts concatenation.
State -> (string) [required]
Enables or disables the configuration object.
Possible values:
Enabled
Disabled
MeetingEvents -> (structure) [required]
The configuration for the meeting events artifacts concatenation.
State -> (string) [required]
Enables or disables the configuration object.
Possible values:
Enabled
Disabled
CompositedVideo -> (structure) [required]
The configuration for the composited video artifacts concatenation.
State -> (string) [required]
Enables or disables the configuration object.
Possible values:
Enabled
Disabled
Sinks -> (list)
The data sinks of the concatenation pipeline.
Constraints:
- min:
1
- max:
1
(structure)
The data sink of the configuration object.
Type -> (string) [required]
The type of data sink in the configuration object.
Possible values:
S3Bucket
S3BucketSinkConfiguration -> (structure) [required]
The configuration settings for an Amazon S3 bucket sink.
Destination -> (string) [required]
The destination URL of the S3 bucket.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Status -> (string)
The status of the concatenation pipeline.
Possible values:
Initializing
InProgress
Failed
Stopping
Stopped
Paused
NotStarted
CreatedTimestamp -> (timestamp)
The time at which the concatenation pipeline was created.UpdatedTimestamp -> (timestamp)
The time at which the concatenation pipeline was last updated.MediaInsightsPipeline -> (structure)
The media insights pipeline of a media pipeline.
MediaPipelineId -> (string)
The ID of a media insights pipeline.
Constraints:
- min:
36
- max:
36
- pattern:
[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}
MediaPipelineArn -> (string)
The ARN of a media insights pipeline.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
MediaInsightsPipelineConfigurationArn -> (string)
The ARN of a media insight pipeline’s configuration settings.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Status -> (string)
The status of a media insights pipeline.
Possible values:
Initializing
InProgress
Failed
Stopping
Stopped
Paused
NotStarted
KinesisVideoStreamSourceRuntimeConfiguration -> (structure)
The configuration settings for a Kinesis runtime video stream in a media insights pipeline.
Streams -> (list) [required]
The streams in the source runtime configuration of a Kinesis video stream.
Constraints:
- min:
1
- max:
2
(structure)
The configuration settings for a stream.
StreamArn -> (string) [required]
The ARN of the stream.
Constraints:
- min:
1
- max:
1024
- pattern:
arn:[a-z\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
FragmentNumber -> (string)
The unique identifier of the fragment to begin processing.
Constraints:
- min:
1
- max:
128
- pattern:
^[0-9]+$
StreamChannelDefinition -> (structure) [required]
The streaming channel definition in the stream configuration.
NumberOfChannels -> (integer) [required]
The number of channels in a streaming channel.
Constraints:
- min:
1
- max:
2
ChannelDefinitions -> (list)
The definitions of the channels in a streaming channel.
Constraints:
- min:
1
- max:
2
(structure)
Defines an audio channel in a Kinesis video stream.
ChannelId -> (integer) [required]
The channel ID.
Constraints:
- min:
0
- max:
1
ParticipantRole -> (string)
Specifies whether the audio in a channel belongs to the
AGENT
orCUSTOMER
.Possible values:
AGENT
CUSTOMER
MediaEncoding -> (string) [required]
Specifies the encoding of your input audio. Supported format: PCM (only signed 16-bit little-endian audio formats, which does not include WAV)
For more information, see Media formats in the Amazon Transcribe Developer Guide .
Possible values:
pcm
MediaSampleRate -> (integer) [required]
The sample rate of the input audio (in hertz). Low-quality audio, such as telephone audio, is typically around 8,000 Hz. High-quality audio typically ranges from 16,000 Hz to 48,000 Hz. Note that the sample rate you specify must match that of your audio.
Valid Range: Minimum value of 8000. Maximum value of 48000.
Constraints:
- min:
8000
- max:
48000
MediaInsightsRuntimeMetadata -> (map)
The runtime metadata of a media insights pipeline.
key -> (string)
Constraints:
- max:
1024
- pattern:
.*\S.*
value -> (string)
Constraints:
- max:
4096
- pattern:
.*
KinesisVideoStreamRecordingSourceRuntimeConfiguration -> (structure)
The runtime configuration settings for a Kinesis recording video stream in a media insights pipeline.
Streams -> (list) [required]
The stream or streams to be recorded.
Constraints:
- min:
1
- max:
2
(structure)
A structure that holds the settings for recording media.
StreamArn -> (string)
The ARN of the recording stream.
Constraints:
- min:
1
- max:
1024
- pattern:
arn:[a-z\d-]+:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
FragmentSelector -> (structure) [required]
Describes the timestamp range and timestamp origin of a range of fragments in the Kinesis video stream.
FragmentSelectorType -> (string) [required]
The origin of the timestamps to use,
Server
orProducer
. For more information, see StartSelectorType in the Amazon Kinesis Video Streams Developer Guide .Possible values:
ProducerTimestamp
ServerTimestamp
TimestampRange -> (structure) [required]
The range of timestamps to return.
StartTimestamp -> (timestamp) [required]
The starting timestamp for the specified range.EndTimestamp -> (timestamp) [required]
The ending timestamp for the specified range.S3RecordingSinkRuntimeConfiguration -> (structure)
The runtime configuration of the Amazon S3 bucket that stores recordings in a media insights pipeline.
Destination -> (string) [required]
The URI of the S3 bucket used as the sink.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
RecordingFileFormat -> (string) [required]
The file format for the media files sent to the Amazon S3 bucket.
Possible values:
Wav
Opus
CreatedTimestamp -> (timestamp)
The time at which the media insights pipeline was created.ElementStatuses -> (list)
The statuses that the elements in a media insights pipeline can have during data processing.
(structure)
The status of the pipeline element.
Type -> (string)
The type of status.
Possible values:
AmazonTranscribeCallAnalyticsProcessor
VoiceAnalyticsProcessor
AmazonTranscribeProcessor
KinesisDataStreamSink
LambdaFunctionSink
SqsQueueSink
SnsTopicSink
S3RecordingSink
VoiceEnhancementSink
Status -> (string)
The element’s status.
Possible values:
NotStarted
NotSupported
Initializing
InProgress
Failed
Stopping
Stopped
Paused
MediaStreamPipeline -> (structure)
Designates a media pipeline as a media stream pipeline.
MediaPipelineId -> (string)
The ID of the media stream pipeline
Constraints:
- min:
36
- max:
36
- pattern:
[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}
MediaPipelineArn -> (string)
The ARN of the media stream pipeline.
Constraints:
- min:
1
- max:
1011
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
CreatedTimestamp -> (timestamp)
The time at which the media stream pipeline was created.UpdatedTimestamp -> (timestamp)
The time at which the media stream pipeline was updated.Status -> (string)
The status of the media stream pipeline.
Possible values:
Initializing
InProgress
Failed
Stopping
Stopped
Paused
NotStarted
Sources -> (list)
The media stream pipeline’s data sources.
Constraints:
- min:
1
(structure)
Structure that contains the settings for media stream sources.
SourceType -> (string) [required]
The type of media stream source.
Possible values:
ChimeSdkMeeting
SourceArn -> (string) [required]
The ARN of the meeting.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
Sinks -> (list)
The media stream pipeline’s data sinks.
Constraints:
- min:
1
- max:
2
(structure)
Structure that contains the settings for a media stream sink.
SinkArn -> (string) [required]
The ARN of the Kinesis Video Stream pool returned by the CreateMediaPipelineKinesisVideoStreamPool API.
Constraints:
- min:
1
- max:
1024
- pattern:
^arn[\/\:\-\_\.a-zA-Z0-9]+$
SinkType -> (string) [required]
The media stream sink’s type.
Possible values:
KinesisVideoStreamPool
ReservedStreamCapacity -> (integer) [required]
Specifies the number of streams that the sink can accept.
Constraints:
- min:
1
- max:
10
MediaStreamType -> (string) [required]
The media stream sink’s media stream type.
Possible values:
MixedAudio
IndividualAudio