AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::BridgeSource

MediaConnect BridgeSource

Resource schema for AWS::MediaConnect::BridgeSource

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
BridgeArn
string
RequiredCreate-only
Name
string
RequiredCreate-only
FlowSource
BridgeFlowSource
NetworkSource
BridgeNetworkSource

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::BridgeSource

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

Required IAM Permissions

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

create

mediaconnect:AddBridgeSourcesmediaconnect:DescribeBridge

read

mediaconnect:DescribeBridge

update

mediaconnect:DescribeBridgemediaconnect:UpdateBridgeSource

delete

mediaconnect:RemoveBridgeSource

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
Properties4
Required2
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