Skip to main content

bridges_list_only

Lists bridges in a region or regions, for all properties use bridges

Overview

Namebridges_list_only
TypeResource
DescriptionResource schema for AWS::MediaConnect::Bridge
Idaws.mediaconnect.bridges_list_only

Fields

NameDatatypeDescription
namestringThe name of the bridge.
bridge_arnstringThe Amazon Resource Number (ARN) of the bridge.
placement_arnstringThe placement Amazon Resource Number (ARN) of the bridge.
bridge_statestring
source_failover_configobjectThe settings for source failover
outputsarrayThe outputs on this bridge.
sourcesarrayThe sources on this bridge.
ingress_gateway_bridgeobject
egress_gateway_bridgeobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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