aws.mediaconnect.list_bridges
Example SQL Queries
SELECT * FROMaws.mediaconnect.list_bridges;Description
Displays a list of bridges that are associated with this account and an optionally specified Arn. This request returns a paginated result.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter_arn Input Column Filter the list results to display only the bridges associated with the selected Amazon Resource Name (ARN). | VARCHAR |
| _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( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| bridge_arn The ARN of the bridge. | VARCHAR |
| bridge_state | VARCHAR |
| bridge_type The type of the bridge. | VARCHAR |
| name The name of the bridge. | VARCHAR |
| placement_arn The ARN of the gateway associated with the bridge. | VARCHAR |