@Deprecated public static final class DeployCdkStackActionOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeployCdkStackActionOptions
DeployCdkStackActionOptions
DeployCdkStackActionOptions.Builder, DeployCdkStackActionOptions.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.
|
java.lang.String |
getBaseActionName()
Deprecated.
(deprecated) Base name of the action.
|
java.lang.String |
getChangeSetName()
Deprecated.
(deprecated) Name of the change set to create and deploy.
|
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 Prepare action.
|
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()
DeployCdkStackActionOptions
getCloudAssemblyInput
in interface DeployCdkStackActionOptions
public final java.lang.String getBaseActionName()
DeployCdkStackActionOptions
Default: stackName
getBaseActionName
in interface DeployCdkStackActionOptions
public final java.lang.String getChangeSetName()
DeployCdkStackActionOptions
Default: 'PipelineChange'
getChangeSetName
in interface DeployCdkStackActionOptions
public final java.lang.Number getExecuteRunOrder()
DeployCdkStackActionOptions
Default: - prepareRunOrder + 1
getExecuteRunOrder
in interface DeployCdkStackActionOptions
public final Artifact getOutput()
DeployCdkStackActionOptions
Default: - No outputs
getOutput
in interface DeployCdkStackActionOptions
public final java.lang.String getOutputFileName()
DeployCdkStackActionOptions
Default: - Required when 'output' is set
getOutputFileName
in interface DeployCdkStackActionOptions
public final java.lang.Number getPrepareRunOrder()
DeployCdkStackActionOptions
Default: 1
getPrepareRunOrder
in interface DeployCdkStackActionOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()