Class BridgeOutput
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.mediaconnect.alpha.BridgeOutput
- All Implemented Interfaces:
IEnvironmentAware,IBridgeOutputRef,IResource,IBridgeOutput,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:55.134Z")
@Stability(Experimental)
public class BridgeOutput
extends Resource
implements IBridgeOutput
(experimental) Adds outputs to an existing 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.*;
Bridge bridge;
BridgeOutputConfiguration bridgeOutputConfiguration;
BridgeOutput bridgeOutput = BridgeOutput.Builder.create(this, "MyBridgeOutput")
.bridge(bridge)
.output(bridgeOutputConfiguration)
// the properties below are optional
.bridgeOutputName("bridgeOutputName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forBridgeOutput.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.alpha.IBridgeOutput
IBridgeOutput.Jsii$Default, IBridgeOutput.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Uniquely identifies this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBridgeOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedBridgeOutput(software.amazon.jsii.JsiiObjectRef objRef) BridgeOutput(software.constructs.Construct scope, String id, BridgeOutputProps props) -
Method Summary
Modifier and TypeMethodDescription(experimental) The Amazon Resource Name (ARN) of the bridge that owns this output.(experimental) The name of the bridge output.(experimental) A reference to this BridgeOutput resource.Methods inherited from class software.amazon.awscdk.Resource
applyCrossStackReferenceStrength, applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResource, withMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
-
-
Constructor Details
-
BridgeOutput
protected BridgeOutput(software.amazon.jsii.JsiiObjectRef objRef) -
BridgeOutput
protected BridgeOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
BridgeOutput
@Stability(Experimental) public BridgeOutput(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull BridgeOutputProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props- This parameter is required.
-
-
Method Details
-
getBridgeArn
(experimental) The Amazon Resource Name (ARN) of the bridge that owns this output.- Specified by:
getBridgeArnin interfaceIBridgeOutput
-
getBridgeOutputName
(experimental) The name of the bridge output.- Specified by:
getBridgeOutputNamein interfaceIBridgeOutput
-
getBridgeOutputRef
(experimental) A reference to this BridgeOutput resource.- Specified by:
getBridgeOutputRefin interfaceIBridgeOutputRef
-