Package software.amazon.awscdk.pipelines
Class StackOutput
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.StackOutput
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:49.893Z")
@Stability(Deprecated)
@Deprecated
public class StackOutput
extends software.amazon.jsii.JsiiObject
Deprecated.
(deprecated) A single output of a Stack.
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.codepipeline.*; import software.amazon.awscdk.pipelines.*; ArtifactPath artifactPath; StackOutput stackOutput = new StackOutput(artifactPath, "outputName");
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
ModifierConstructorDescriptionStackOutput
(ArtifactPath artifactFile, String outputName) Deprecated.protected
StackOutput
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated.protected
StackOutput
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
StackOutput
protected StackOutput(software.amazon.jsii.JsiiObjectRef objRef) Deprecated. -
StackOutput
protected StackOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) Deprecated. -
StackOutput
@Stability(Deprecated) @Deprecated public StackOutput(@NotNull ArtifactPath artifactFile, @NotNull String outputName) Deprecated.(deprecated) Build a StackOutput from a known artifact and an output name.- Parameters:
artifactFile
- This parameter is required.outputName
- This parameter is required.
-
-
Method Details
-
getArtifactFile
Deprecated.(deprecated) The artifact and file the output is stored in. -
getOutputName
Deprecated.(deprecated) The name of the output in the JSON object in the file.
-
CodePipeline
class instead