@Stability(value=Experimental) @Internal public static final class FromStackArtifactOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FromStackArtifactOptions
FromStackArtifactOptionssoftware.amazon.jsii.JsiiObject.InitializationModeFromStackArtifactOptions.Builder, FromStackArtifactOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Artifact cloudAssemblyInput,
Number executeRunOrder,
Artifact output,
String outputFileName,
Number prepareRunOrder)
Constructor that initializes the object based on literal property values passed by the
FromStackArtifactOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
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() |
boolean |
equals(Object o) |
Artifact |
getCloudAssemblyInput()
(experimental) The CodePipeline artifact that holds the Cloud Assembly.
|
Number |
getExecuteRunOrder()
(experimental) Run order for the Execute action.
|
Artifact |
getOutput()
(experimental) Artifact to write Stack Outputs to.
|
String |
getOutputFileName()
(experimental) Filename in output to write Stack outputs to.
|
Number |
getPrepareRunOrder()
(experimental) Run order for the 2 actions that will be created.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final Artifact getCloudAssemblyInput()
FromStackArtifactOptionsgetCloudAssemblyInput in interface FromStackArtifactOptionspublic final Number getExecuteRunOrder()
FromStackArtifactOptionsDefault: - prepareRunOrder + 1
getExecuteRunOrder in interface FromStackArtifactOptionspublic final Artifact getOutput()
FromStackArtifactOptionsDefault: - No outputs
getOutput in interface FromStackArtifactOptionspublic final String getOutputFileName()
FromStackArtifactOptionsDefault: - Required when 'output' is set
getOutputFileName in interface FromStackArtifactOptionspublic final Number getPrepareRunOrder()
FromStackArtifactOptionsDefault: 1
getPrepareRunOrder in interface FromStackArtifactOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.