Uses of Interface
software.amazon.awscdk.services.mediaconnect.alpha.BridgeNetworkOutput
Packages that use BridgeNetworkOutput
Package
Description
AWS::MediaConnect Construct Library
-
Uses of BridgeNetworkOutput in software.amazon.awscdk.services.mediaconnect.alpha
Classes in software.amazon.awscdk.services.mediaconnect.alpha that implement BridgeNetworkOutputMethods in software.amazon.awscdk.services.mediaconnect.alpha that return BridgeNetworkOutputModifier and TypeMethodDescriptionBridgeNetworkOutput.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.mediaconnect.alpha that return types with arguments of type BridgeNetworkOutputModifier and TypeMethodDescriptionEgressBridgeConfiguration.getNetworkOutputs()(experimental) The network outputs for the egress bridge.final List<BridgeNetworkOutput> EgressBridgeConfiguration.Jsii$Proxy.getNetworkOutputs()Methods in software.amazon.awscdk.services.mediaconnect.alpha with parameters of type BridgeNetworkOutputModifier and TypeMethodDescriptionBridge.addOutput(String id, BridgeNetworkOutput networkOutput) (experimental) Add a network output to this bridge (for egress bridges only).IBridge.addOutput(String id, BridgeNetworkOutput networkOutput) (experimental) Add a network output to this bridge (for egress bridges only).default IBridgeOutputIBridge.Jsii$Default.addOutput(String id, BridgeNetworkOutput networkOutput) (experimental) Add a network output to this bridge (for egress bridges only).Method parameters in software.amazon.awscdk.services.mediaconnect.alpha with type arguments of type BridgeNetworkOutputModifier and TypeMethodDescriptionEgressBridgeConfiguration.Builder.networkOutputs(List<? extends BridgeNetworkOutput> networkOutputs) Sets the value ofEgressBridgeConfiguration.getNetworkOutputs()