@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:37.733Z")
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.core.*; 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.
|
java.lang.String |
getOutputName()
Output name of the producing stack.
|
java.lang.String |
getStackDescription()
A human-readable description of the producing stack.
|
java.lang.Boolean |
isProducedBy(StackDeployment stack)
Whether or not this stack output is being produced by the given Stack deployment.
|
protected StackOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
protected StackOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public static StackOutputReference fromCfnOutput(CfnOutput output)
output
- This parameter is required.public java.lang.Boolean isProducedBy(StackDeployment stack)
stack
- This parameter is required.public java.lang.String getOutputName()
public java.lang.String getStackDescription()