bridge_output
Gets an individual bridge_output
resource
Overview
Name | bridge_output |
Type | Resource |
Description | bridge_output |
Id | awscc.mediaconnect.bridge_output |
Fields
Name | Datatype | Description |
---|---|---|
bridge_arn | string | The Amazon Resource Number (ARN) of the bridge. |
network_output | object | The output of the bridge. |
name | string | The network output name. |
region | string | AWS 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