@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.946Z") @Stability(value=Stable) public class StackOutputReference extends software.amazon.jsii.JsiiObject
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.*; import software.amazon.awscdk.pipelines.*; CfnOutput cfnOutput; StackOutputReference stackOutputReference = StackOutputReference.fromCfnOutput(cfnOutput);
| Modifier | Constructor and Description |
|---|---|
protected |
StackOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
StackOutputReference(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static StackOutputReference |
fromCfnOutput(CfnOutput output)
Create a StackOutputReference that references the given CfnOutput.
|
String |
getOutputName()
Output name of the producing stack.
|
String |
getStackDescription()
A human-readable description of the producing stack.
|
Boolean |
isProducedBy(StackDeployment stack)
Whether or not this stack output is being produced by the given Stack deployment.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected StackOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
protected StackOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static StackOutputReference fromCfnOutput(@NotNull CfnOutput output)
output - This parameter is required.@Stability(value=Stable) @NotNull public Boolean isProducedBy(@NotNull StackDeployment stack)
stack - This parameter is required.@Stability(value=Stable) @NotNull public String getOutputName()
@Stability(value=Stable) @NotNull public String getStackDescription()
Copyright © 2022. All rights reserved.