bridge
Gets an individual bridge
resource
Overview
Name | bridge |
Type | Resource |
Description | bridge |
Id | awscc.mediaconnect.bridge |
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 | |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
bridge_arn,
placement_arn,
bridge_state,
source_failover_config,
outputs,
sources,
ingress_gateway_bridge,
egress_gateway_bridge
FROM awscc.mediaconnect.bridge
WHERE data__Identifier = '<BridgeArn>';
Permissions
To operate on the bridge
resource, the following permissions are required:
Read
mediaconnect:DescribeBridge
Update
mediaconnect:DescribeBridge,
mediaconnect:UpdateBridge
Delete
mediaconnect:DescribeBridge,
mediaconnect:DeleteBridge