Skip to main content

bridge_output

Gets an individual bridge_output resource

Overview

Namebridge_output
TypeResource
Descriptionbridge_output
Idawscc.mediaconnect.bridge_output

Fields

NameDatatypeDescription
bridge_arnstringThe Amazon Resource Number (ARN) of the bridge.
network_outputobjectThe output of the bridge.
namestringThe network output name.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
bridge_arn,
network_output,
name
FROM awscc.mediaconnect.bridge_output
WHERE data__Identifier = '<BridgeArn>|<Name>';

Permissions

To operate on the bridge_output resource, the following permissions are required:

Read

mediaconnect:DescribeBridge

Update

mediaconnect:DescribeBridge,
mediaconnect:UpdateBridgeOutput

Delete

mediaconnect:RemoveBridgeOutput