_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
media_capture_pipeline
The media pipeline object. | 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 ) ) ) ) ) |