media_pipeline
The media pipeline object. | STRUCT( "media_capture_pipeline" STRUCT( "media_pipeline_id" VARCHAR, "media_pipeline_arn" VARCHAR, "source_type" VARCHAR, "source_arn" VARCHAR, "status" VARCHAR, "sink_type" VARCHAR, "sink_arn" VARCHAR, "created_timestamp" TIMESTAMP_S, "updated_timestamp" TIMESTAMP_S, "chime_sdk_meeting_configuration" STRUCT( "source_configuration" STRUCT( "selected_video_streams" STRUCT( "attendee_ids" VARCHAR[], "external_user_ids" VARCHAR[] ) ), "artifacts_configuration" STRUCT( "audio" STRUCT( "mux_type" VARCHAR ), "video" STRUCT( "state" VARCHAR, "mux_type" VARCHAR ), "content" STRUCT( "state" VARCHAR, "mux_type" VARCHAR ), "composited_video" STRUCT( "layout" VARCHAR, "resolution" VARCHAR, "grid_view_configuration" STRUCT( "content_share_layout" VARCHAR, "presenter_only_configuration" STRUCT( "presenter_position" VARCHAR ), "active_speaker_only_configuration" STRUCT( "active_speaker_position" VARCHAR ), "horizontal_layout_configuration" STRUCT( "tile_order" VARCHAR, "tile_position" VARCHAR, "tile_count" BIGINT, "tile_aspect_ratio" VARCHAR ), "vertical_layout_configuration" STRUCT( "tile_order" VARCHAR, "tile_position" VARCHAR, "tile_count" BIGINT, "tile_aspect_ratio" VARCHAR ), "video_attribute" STRUCT( "corner_radius" BIGINT, "border_color" VARCHAR, "highlight_color" VARCHAR, "border_thickness" BIGINT ), "canvas_orientation" VARCHAR ) ) ) ) ), "media_live_connector_pipeline" STRUCT( "sources" STRUCT( "source_type" VARCHAR, "chime_sdk_meeting_live_connector_configuration" STRUCT( "arn" VARCHAR, "mux_type" VARCHAR, "composited_video" STRUCT( "layout" VARCHAR, "resolution" VARCHAR, "grid_view_configuration" STRUCT( "content_share_layout" VARCHAR, "presenter_only_configuration" STRUCT( "presenter_position" VARCHAR ), "active_speaker_only_configuration" STRUCT( "active_speaker_position" VARCHAR ), "horizontal_layout_configuration" STRUCT( "tile_order" VARCHAR, "tile_position" VARCHAR, "tile_count" BIGINT, "tile_aspect_ratio" VARCHAR ), "vertical_layout_configuration" STRUCT( "tile_order" VARCHAR, "tile_position" VARCHAR, "tile_count" BIGINT, "tile_aspect_ratio" VARCHAR ), "video_attribute" STRUCT( "corner_radius" BIGINT, "border_color" VARCHAR, "highlight_color" VARCHAR, "border_thickness" BIGINT ), "canvas_orientation" VARCHAR ) ), "source_configuration" STRUCT( "selected_video_streams" STRUCT( "attendee_ids" VARCHAR[], "external_user_ids" VARCHAR[] ) ) ) )[], "sinks" STRUCT( "sink_type" VARCHAR, "rtmp_configuration" STRUCT( "url" VARCHAR, "audio_channels" VARCHAR, "audio_sample_rate" VARCHAR ) )[], "media_pipeline_id" VARCHAR, "media_pipeline_arn" VARCHAR, "status" VARCHAR, "created_timestamp" TIMESTAMP_S, "updated_timestamp" TIMESTAMP_S ), "media_concatenation_pipeline" STRUCT( "media_pipeline_id" VARCHAR, "media_pipeline_arn" VARCHAR, "sources" STRUCT( "type" VARCHAR, "media_capture_pipeline_source_configuration" STRUCT( "media_pipeline_arn" VARCHAR, "chime_sdk_meeting_configuration" STRUCT( "artifacts_configuration" STRUCT( "audio" STRUCT( "state" VARCHAR ), "video" STRUCT( "state" VARCHAR ), "content" STRUCT( "state" VARCHAR ), "data_channel" STRUCT( "state" VARCHAR ), "transcription_messages" STRUCT( "state" VARCHAR ), "meeting_events" STRUCT( "state" VARCHAR ), "composited_video" STRUCT( "state" VARCHAR ) ) ) ) )[], "sinks" STRUCT( "type" VARCHAR, "s3_bucket_sink_configuration" STRUCT( "destination" VARCHAR ) )[], "status" VARCHAR, "created_timestamp" TIMESTAMP_S, "updated_timestamp" TIMESTAMP_S ), "media_insights_pipeline" STRUCT( "media_pipeline_id" VARCHAR, "media_pipeline_arn" VARCHAR, "media_insights_pipeline_configuration_arn" VARCHAR, "status" VARCHAR, "kinesis_video_stream_source_runtime_configuration" STRUCT( "streams" STRUCT( "stream_arn" VARCHAR, "fragment_number" VARCHAR, "stream_channel_definition" STRUCT( "number_of_channels" BIGINT, "channel_definitions" STRUCT( "channel_id" BIGINT, "participant_role" VARCHAR )[] ) )[], "media_encoding" VARCHAR, "media_sample_rate" BIGINT ), "media_insights_runtime_metadata" MAP(VARCHAR, VARCHAR), "kinesis_video_stream_recording_source_runtime_configuration" STRUCT( "streams" STRUCT( "stream_arn" VARCHAR )[], "fragment_selector" STRUCT( "fragment_selector_type" VARCHAR, "timestamp_range" STRUCT( "start_timestamp" TIMESTAMP_S, "end_timestamp" TIMESTAMP_S ) ) ), "s3_recording_sink_runtime_configuration" STRUCT( "destination" VARCHAR, "recording_file_format" VARCHAR ), "created_timestamp" TIMESTAMP_S, "element_statuses" STRUCT( "type" VARCHAR, "status" VARCHAR )[] ), "media_stream_pipeline" STRUCT( "media_pipeline_id" VARCHAR, "media_pipeline_arn" VARCHAR, "created_timestamp" TIMESTAMP_S, "updated_timestamp" TIMESTAMP_S, "status" VARCHAR, "sources" STRUCT( "source_type" VARCHAR, "source_arn" VARCHAR )[], "sinks" STRUCT( "sink_arn" VARCHAR, "sink_type" VARCHAR, "reserved_stream_capacity" BIGINT, "media_stream_type" VARCHAR )[] ) ) |