| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
static StackSetTemplate |
StackSetTemplate.fromArtifactPath(ArtifactPath artifactPath)
Use a file in an artifact as Stack Template.
|
StackSetTemplate |
CloudFormationDeployStackSetActionProps.getTemplate()
The location of the template that defines the resources in the stack set.
|
StackSetTemplate |
CloudFormationDeployStackSetActionProps.Jsii$Proxy.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
CloudFormationDeployStackSetAction.Builder |
CloudFormationDeployStackSetAction.Builder.template(StackSetTemplate template)
The location of the template that defines the resources in the stack set.
|
CloudFormationDeployStackSetActionProps.Builder |
CloudFormationDeployStackSetActionProps.Builder.template(StackSetTemplate template)
Sets the value of
CloudFormationDeployStackSetActionProps.getTemplate() |
Copyright © 2022. All rights reserved.