AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::BridgeOutput

MediaConnect BridgeOutput

Resource schema for AWS::MediaConnect::BridgeOutput

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
BridgeArn
string
RequiredCreate-only
Name
string
RequiredCreate-only
NetworkOutput
BridgeNetworkOutput
Required

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaConnect::BridgeOutput

Resources:
  MyResource:
    Type: AWS::MediaConnect::BridgeOutput
    Properties:
      BridgeArn: "arn:aws:service:region:account:resource"
      Name: "my-name"
      NetworkOutput: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

mediaconnect:AddBridgeOutputsmediaconnect:DescribeBridge

read

mediaconnect:DescribeBridge

update

mediaconnect:DescribeBridgemediaconnect:UpdateBridgeOutput

delete

mediaconnect:RemoveBridgeOutput

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaConnect
Properties3
Required3
TaggingNot supported
Primary IDBridgeArn

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

BridgeArnName

External Links