Package software.amazon.awscdk.pipelines
Class DeployCdkStackActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.DeployCdkStackActionProps.Jsii$Proxy
- All Implemented Interfaces:
DeployCdkStackActionOptions
,DeployCdkStackActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DeployCdkStackActionProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class DeployCdkStackActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DeployCdkStackActionProps
Deprecated.
An implementation for
DeployCdkStackActionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.DeployCdkStackActionProps
DeployCdkStackActionProps.Builder, DeployCdkStackActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.Constructor that initializes the object based on literal property values passed by theDeployCdkStackActionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final IRole
Deprecated.(deprecated) Role for the action to assume.final String
Deprecated.(deprecated) Base name of the action.final String
Deprecated.(deprecated) Name of the change set to create and deploy.final Artifact
Deprecated.(deprecated) The CodePipeline artifact that holds the Cloud Assembly.final IRole
Deprecated.(deprecated) Role to execute CloudFormation under.Deprecated.(deprecated) Artifact ID for the stacks this stack depends on.final Number
Deprecated.(deprecated) Run order for the Execute action.final Artifact
Deprecated.(deprecated) Artifact to write Stack Outputs to.final String
Deprecated.(deprecated) Filename in output to write Stack outputs to.final Number
Deprecated.(deprecated) Run order for the Prepare action.final String
Deprecated.(deprecated) Region to deploy into.final String
Deprecated.(deprecated) Artifact ID for the stack deployed here.final String
Deprecated.(deprecated) The name of the stack that should be created/updated.final String
Deprecated.(deprecated) Template configuration path relative to the input artifact.final String
Deprecated.(deprecated) Relative path of template in the input artifact.final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theDeployCdkStackActionProps.Builder
.
-
-
Method Details
-
getActionRole
Deprecated.Description copied from interface:DeployCdkStackActionProps
(deprecated) Role for the action to assume.This controls the account to deploy into
- Specified by:
getActionRole
in interfaceDeployCdkStackActionProps
-
getStackName
Deprecated.Description copied from interface:DeployCdkStackActionProps
(deprecated) The name of the stack that should be created/updated.- Specified by:
getStackName
in interfaceDeployCdkStackActionProps
-
getTemplatePath
Deprecated.Description copied from interface:DeployCdkStackActionProps
(deprecated) Relative path of template in the input artifact.- Specified by:
getTemplatePath
in interfaceDeployCdkStackActionProps
-
getCloudFormationExecutionRole
Deprecated.Description copied from interface:DeployCdkStackActionProps
(deprecated) Role to execute CloudFormation under.Default: - Execute CloudFormation using the action role
- Specified by:
getCloudFormationExecutionRole
in interfaceDeployCdkStackActionProps
-
getDependencyStackArtifactIds
Deprecated.Description copied from interface:DeployCdkStackActionProps
(deprecated) Artifact ID for the stacks this stack depends on.Used for pipeline order checking.
Default: - No dependencies
- Specified by:
getDependencyStackArtifactIds
in interfaceDeployCdkStackActionProps
-
getRegion
Deprecated.Description copied from interface:DeployCdkStackActionProps
(deprecated) Region to deploy into.Default: - Same region as pipeline
- Specified by:
getRegion
in interfaceDeployCdkStackActionProps
-
getStackArtifactId
Deprecated.Description copied from interface:DeployCdkStackActionProps
(deprecated) Artifact ID for the stack deployed here.Used for pipeline order checking.
Default: - Order will not be checked
- Specified by:
getStackArtifactId
in interfaceDeployCdkStackActionProps
-
getTemplateConfigurationPath
Deprecated.Description copied from interface:DeployCdkStackActionProps
(deprecated) Template configuration path relative to the input artifact.Default: - No template configuration
- Specified by:
getTemplateConfigurationPath
in interfaceDeployCdkStackActionProps
-
getCloudAssemblyInput
Deprecated.Description copied from interface:DeployCdkStackActionOptions
(deprecated) The CodePipeline artifact that holds the Cloud Assembly.- Specified by:
getCloudAssemblyInput
in interfaceDeployCdkStackActionOptions
-
getBaseActionName
Deprecated.Description copied from interface:DeployCdkStackActionOptions
(deprecated) Base name of the action.Default: stackName
- Specified by:
getBaseActionName
in interfaceDeployCdkStackActionOptions
-
getChangeSetName
Deprecated.Description copied from interface:DeployCdkStackActionOptions
(deprecated) Name of the change set to create and deploy.Default: 'PipelineChange'
- Specified by:
getChangeSetName
in interfaceDeployCdkStackActionOptions
-
getExecuteRunOrder
Deprecated.Description copied from interface:DeployCdkStackActionOptions
(deprecated) Run order for the Execute action.Default: - prepareRunOrder + 1
- Specified by:
getExecuteRunOrder
in interfaceDeployCdkStackActionOptions
-
getOutput
Deprecated.Description copied from interface:DeployCdkStackActionOptions
(deprecated) Artifact to write Stack Outputs to.Default: - No outputs
- Specified by:
getOutput
in interfaceDeployCdkStackActionOptions
-
getOutputFileName
Deprecated.Description copied from interface:DeployCdkStackActionOptions
(deprecated) Filename in output to write Stack outputs to.Default: - Required when 'output' is set
- Specified by:
getOutputFileName
in interfaceDeployCdkStackActionOptions
-
getPrepareRunOrder
Deprecated.Description copied from interface:DeployCdkStackActionOptions
(deprecated) Run order for the Prepare action.Default: 1
- Specified by:
getPrepareRunOrder
in interfaceDeployCdkStackActionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-