Readonly
absoluteTemplate path on disk to CloudAssembly
Optional
Readonly
accountAccount where the stack should be deployed
Readonly
assetsAssets referenced by this stack
Optional
Readonly
assumeRole to assume before deploying this stack
Readonly
changeSteps that take place after stack is prepared but before stack deploys. Your pipeline engine may not disable prepareStep
.
Readonly
constructConstruct path for this stack
Optional
Readonly
executionExecution role to pass to CloudFormation
Readonly
postSteps to execute after stack deploys
Readonly
preSteps that take place before stack is prepared. If your pipeline engine disables 'prepareStep', then this will happen before stack deploys
Optional
Readonly
regionRegion where the stack should be deployed
Readonly
stackArtifact ID for this stack
Readonly
stackOther stacks this stack depends on
Readonly
stackName for this stack
Readonly
tagsTags to apply to the stack
Optional
Readonly
templateThe asset that represents the CloudFormation template for this stack.
Optional
Readonly
templateThe S3 URL which points to the template asset location in the publishing bucket.
This is undefined
if the stack template is not published. Use the
DefaultStackSynthesizer
to ensure it is.
Example value: https://bucket.s3.amazonaws.com/object/key
Add a dependency on another stack
Static
fromBuild a StackDeployment
from a Stack Artifact in a Cloud Assembly.
Deployment of a single Stack
You don't need to instantiate this class -- it will be automatically instantiated as necessary when you add a
Stage
to a pipeline.