Interface BridgeNetworkOutput

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
BridgeNetworkOutput.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-08-19T15:41:43.725Z") @Stability(Experimental) public interface BridgeNetworkOutput extends software.amazon.jsii.JsiiSerializable
(experimental) A named network output for an egress bridge.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.mediaconnect.alpha.*;
 BridgeOutputConfiguration bridgeOutputConfiguration;
 BridgeNetworkOutput bridgeNetworkOutput = BridgeNetworkOutput.builder()
         .name("name")
         .output(bridgeOutputConfiguration)
         .build();
 
  • Method Details

    • getName

      @Stability(Experimental) @NotNull String getName()
      (experimental) The name of the network output. Must be unique among outputs on the bridge.

      Used as the physical name of the underlying CFN resource.

    • getOutput

      @Stability(Experimental) @NotNull BridgeOutputConfiguration getOutput()
      (experimental) The network configuration describing where this output sends content.
    • builder

      @Stability(Experimental) static BridgeNetworkOutput.Builder builder()
      Returns:
      a BridgeNetworkOutput.Builder of BridgeNetworkOutput