AWS::MediaConnect::BridgeOutputAdds outputs to an existing bridge.
import { CfnBridgeOutput } from 'aws-cdk-lib/aws-mediaconnect';Or use the module namespace:
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnBridgeOutputConfiguration passed to the constructor as CfnBridgeOutputProps.
bridgeArnRequiredstringThe Amazon Resource Name (ARN) of the bridge that you want to update.
nameRequiredstringThe network output name. This name is used to reference the output and must be unique among outputs in this bridge.
networkOutputRequiredIResolvable | BridgeNetworkOutputPropertyThe network output of the bridge. A network output is delivered to your premises.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediaconnectAWS::MediaConnect::BridgeOutput