ReadonlyabsoluteTemplate path on disk to CloudAssembly
Optional ReadonlyaccountAccount where the stack should be deployed
ReadonlyassetsAssets referenced by this stack
Optional ReadonlyassumeRole to assume before deploying this stack
ReadonlychangeSteps that take place after stack is prepared but before stack deploys. Your pipeline engine may not disable prepareStep.
ReadonlyconstructConstruct path for this stack
Optional ReadonlyexecutionExecution role to pass to CloudFormation
ReadonlypostSteps to execute after stack deploys
ReadonlypreSteps that take place before stack is prepared. If your pipeline engine disables 'prepareStep', then this will happen before stack deploys
Optional ReadonlyregionRegion where the stack should be deployed
ReadonlystackArtifact ID for this stack
ReadonlystackOther stacks this stack depends on
ReadonlystackName for this stack
ReadonlytagsTags to apply to the stack
Optional ReadonlytemplateThe asset that represents the CloudFormation template for this stack.
Optional ReadonlytemplateThe 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
StaticfromBuild 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
Stageto a pipeline.