Package software.amazon.awscdk.pipelines
Class CdkStackActionFromArtifactOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.CdkStackActionFromArtifactOptions.Jsii$Proxy
- All Implemented Interfaces:
CdkStackActionFromArtifactOptions,DeployCdkStackActionOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CdkStackActionFromArtifactOptions
@Stability(Deprecated)
@Deprecated
@Internal
public static final class CdkStackActionFromArtifactOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CdkStackActionFromArtifactOptions
Deprecated.
An implementation for
CdkStackActionFromArtifactOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.pipelines.CdkStackActionFromArtifactOptions
CdkStackActionFromArtifactOptions.Builder, CdkStackActionFromArtifactOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theCdkStackActionFromArtifactOptions.Builder.protectedJsii$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.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) Base name of the action.final StringDeprecated.(deprecated) Name of the change set to create and deploy.final ArtifactDeprecated.(deprecated) The CodePipeline artifact that holds the Cloud Assembly.final NumberDeprecated.(deprecated) Run order for the Execute action.final ArtifactDeprecated.(deprecated) Artifact to write Stack Outputs to.final StringDeprecated.(deprecated) Filename in output to write Stack outputs to.final NumberDeprecated.(deprecated) Run order for the Prepare action.final StringDeprecated.(deprecated) The name of the stack that should be created/updated.final inthashCode()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 theCdkStackActionFromArtifactOptions.Builder.
-
-
Method Details
-
getStackName
Deprecated.Description copied from interface:CdkStackActionFromArtifactOptions(deprecated) The name of the stack that should be created/updated.Default: - Same as stack artifact
- Specified by:
getStackNamein interfaceCdkStackActionFromArtifactOptions
-
getCloudAssemblyInput
Deprecated.Description copied from interface:DeployCdkStackActionOptions(deprecated) The CodePipeline artifact that holds the Cloud Assembly.- Specified by:
getCloudAssemblyInputin interfaceDeployCdkStackActionOptions
-
getBaseActionName
Deprecated.Description copied from interface:DeployCdkStackActionOptions(deprecated) Base name of the action.Default: stackName
- Specified by:
getBaseActionNamein interfaceDeployCdkStackActionOptions
-
getChangeSetName
Deprecated.Description copied from interface:DeployCdkStackActionOptions(deprecated) Name of the change set to create and deploy.Default: 'PipelineChange'
- Specified by:
getChangeSetNamein interfaceDeployCdkStackActionOptions
-
getExecuteRunOrder
Deprecated.Description copied from interface:DeployCdkStackActionOptions(deprecated) Run order for the Execute action.Default: - prepareRunOrder + 1
- Specified by:
getExecuteRunOrderin interfaceDeployCdkStackActionOptions
-
getOutput
Deprecated.Description copied from interface:DeployCdkStackActionOptions(deprecated) Artifact to write Stack Outputs to.Default: - No outputs
- Specified by:
getOutputin 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:
getOutputFileNamein interfaceDeployCdkStackActionOptions
-
getPrepareRunOrder
Deprecated.Description copied from interface:DeployCdkStackActionOptions(deprecated) Run order for the Prepare action.Default: 1
- Specified by:
getPrepareRunOrderin interfaceDeployCdkStackActionOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-