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 |
---|---|---|
name | string | The name of the bridge. |
bridge_arn | string | The Amazon Resource Number (ARN) of the bridge. |
placement_arn | string | The placement Amazon Resource Number (ARN) of the bridge. |
bridge_state | string | |
source_failover_config | object | The settings for source failover |
outputs | array | The outputs on this bridge. |
sources | array | The sources on this bridge. |
ingress_gateway_bridge | object | |
egress_gateway_bridge | object | |
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