Uses of Class
software.amazon.awscdk.services.codepipeline.actions.StackSetTemplate
-
Uses of StackSetTemplate in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionstatic StackSetTemplate
StackSetTemplate.fromArtifactPath
(ArtifactPath artifactPath) Use a file in an artifact as Stack Template.CloudFormationDeployStackSetActionProps.getTemplate()
The location of the template that defines the resources in the stack set.final StackSetTemplate
CloudFormationDeployStackSetActionProps.Jsii$Proxy.getTemplate()
Modifier and TypeMethodDescriptionCloudFormationDeployStackSetAction.Builder.template
(StackSetTemplate template) The location of the template that defines the resources in the stack set.CloudFormationDeployStackSetActionProps.Builder.template
(StackSetTemplate template) Sets the value ofCloudFormationDeployStackSetActionProps.getTemplate()