@Deprecated public static final class DeployCdkStackActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeployCdkStackActionProps
DeployCdkStackActionProps
DeployCdkStackActionProps.Builder, DeployCdkStackActionProps.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.
|
IRole |
getActionRole()
Deprecated.
(deprecated) Role for the action to assume.
|
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.
|
IRole |
getCloudFormationExecutionRole()
Deprecated.
(deprecated) Role to execute CloudFormation under.
|
java.util.List<java.lang.String> |
getDependencyStackArtifactIds()
Deprecated.
(deprecated) Artifact ID for the stacks this stack depends on.
|
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.
|
java.lang.String |
getRegion()
Deprecated.
(deprecated) Region to deploy into.
|
java.lang.String |
getStackArtifactId()
Deprecated.
(deprecated) Artifact ID for the stack deployed here.
|
java.lang.String |
getStackName()
Deprecated.
(deprecated) The name of the stack that should be created/updated.
|
java.lang.String |
getTemplateConfigurationPath()
Deprecated.
(deprecated) Template configuration path relative to the input artifact.
|
java.lang.String |
getTemplatePath()
Deprecated.
(deprecated) Relative path of template in the input artifact.
|
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 IRole getActionRole()
DeployCdkStackActionProps
This controls the account to deploy into
getActionRole
in interface DeployCdkStackActionProps
public final java.lang.String getStackName()
DeployCdkStackActionProps
getStackName
in interface DeployCdkStackActionProps
public final java.lang.String getTemplatePath()
DeployCdkStackActionProps
getTemplatePath
in interface DeployCdkStackActionProps
public final IRole getCloudFormationExecutionRole()
DeployCdkStackActionProps
Default: - Execute CloudFormation using the action role
getCloudFormationExecutionRole
in interface DeployCdkStackActionProps
public final java.util.List<java.lang.String> getDependencyStackArtifactIds()
DeployCdkStackActionProps
Used for pipeline order checking.
Default: - No dependencies
getDependencyStackArtifactIds
in interface DeployCdkStackActionProps
public final java.lang.String getRegion()
DeployCdkStackActionProps
Default: - Same region as pipeline
getRegion
in interface DeployCdkStackActionProps
public final java.lang.String getStackArtifactId()
DeployCdkStackActionProps
Used for pipeline order checking.
Default: - Order will not be checked
getStackArtifactId
in interface DeployCdkStackActionProps
public final java.lang.String getTemplateConfigurationPath()
DeployCdkStackActionProps
Default: - No template configuration
getTemplateConfigurationPath
in interface DeployCdkStackActionProps
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()