@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:37.732Z")
@Deprecated
public class StackOutput
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.services.codepipeline.*; import software.amazon.awscdk.pipelines.*; ArtifactPath artifactPath; StackOutput stackOutput = new StackOutput(artifactPath, "outputName");
Modifier | Constructor and Description |
---|---|
|
StackOutput(ArtifactPath artifactFile,
java.lang.String outputName)
Deprecated.
|
protected |
StackOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
StackOutput(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ArtifactPath |
getArtifactFile()
Deprecated.
|
java.lang.String |
getOutputName()
Deprecated.
|
protected StackOutput(software.amazon.jsii.JsiiObjectRef objRef)
protected StackOutput(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public StackOutput(ArtifactPath artifactFile, java.lang.String outputName)
artifactFile
- This parameter is required.outputName
- This parameter is required.@Deprecated public ArtifactPath getArtifactFile()
@Deprecated public java.lang.String getOutputName()