@Deprecated public static final class FromStackArtifactOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FromStackArtifactOptions
FromStackArtifactOptions
FromStackArtifactOptions.Builder, FromStackArtifactOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
Artifact |
getCloudAssemblyInput()
Deprecated.
(deprecated) The CodePipeline artifact that holds the Cloud Assembly.
|
java.lang.Number |
getExecuteRunOrder()
Deprecated.
(deprecated) Run order for the Execute action.
|
Artifact |
getOutput()
Deprecated.
(deprecated) Artifact to write Stack Outputs to.
|
java.lang.String |
getOutputFileName()
Deprecated.
(deprecated) Filename in output to write Stack outputs to.
|
java.lang.Number |
getPrepareRunOrder()
Deprecated.
(deprecated) Run order for the 2 actions that will be created.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Artifact getCloudAssemblyInput()
FromStackArtifactOptions
getCloudAssemblyInput
in interface FromStackArtifactOptions
public final java.lang.Number getExecuteRunOrder()
FromStackArtifactOptions
Default: - prepareRunOrder + 1
getExecuteRunOrder
in interface FromStackArtifactOptions
public final Artifact getOutput()
FromStackArtifactOptions
Default: - No outputs
getOutput
in interface FromStackArtifactOptions
public final java.lang.String getOutputFileName()
FromStackArtifactOptions
Default: - Required when 'output' is set
getOutputFileName
in interface FromStackArtifactOptions
public final java.lang.Number getPrepareRunOrder()
FromStackArtifactOptions
Default: 1
getPrepareRunOrder
in interface FromStackArtifactOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()