bridges_list_only
Lists bridges in a region or regions, for all properties use bridges
Overview
| Name | bridges_list_only |
| Type | Resource |
| Description | Resource schema for AWS::MediaConnect::Bridge |
| Id | aws.mediaconnect.bridges_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
bridge_arn | string | The Amazon Resource Number (ARN) of the bridge. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all bridges in a region.
SELECT
region,
bridge_arn
FROM aws.mediaconnect.bridges_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the bridges_list_only resource, see bridges