AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaConnect::BridgeOutput

CfnBridgeOutput

Adds outputs to an existing bridge.

Import

import { CfnBridgeOutput } from 'aws-cdk-lib/aws-mediaconnect';

Or use the module namespace:

import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnBridgeOutput

Properties

Configuration passed to the constructor as CfnBridgeOutputProps.

bridgeArnRequired
string

The Amazon Resource Name (ARN) of the bridge that you want to update.

nameRequired
string

The network output name. This name is used to reference the output and must be unique among outputs in this bridge.

networkOutputRequired
IResolvable | BridgeNetworkOutputProperty

The network output of the bridge. A network output is delivered to your premises.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter