Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CloudFormationCreateUpdateStackAction.Builder
-
Uses of CloudFormationCreateUpdateStackAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionThe AWS account this Action is supposed to operate in.CloudFormationCreateUpdateStackAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.CloudFormationCreateUpdateStackAction.Builder.adminPermissions
(Boolean adminPermissions) Whether to grant full permissions to CloudFormation while deploying this template.CloudFormationCreateUpdateStackAction.Builder.capabilities
(List<? extends CloudFormationCapabilities> capabilities) Deprecated.CloudFormationCreateUpdateStackAction.Builder.cfnCapabilities
(List<? extends CfnCapabilities> cfnCapabilities) Acknowledge certain changes made as part of deployment.CloudFormationCreateUpdateStackAction.Builder.create()
CloudFormationCreateUpdateStackAction.Builder.deploymentRole
(IRole deploymentRole) IAM role to assume when deploying changes.CloudFormationCreateUpdateStackAction.Builder.extraInputs
(List<? extends Artifact> extraInputs) The list of additional input Artifacts for this Action.The name of the output artifact to generate.CloudFormationCreateUpdateStackAction.Builder.outputFileName
(String outputFileName) A name for the filename in the output artifact to store the AWS CloudFormation call's result.CloudFormationCreateUpdateStackAction.Builder.parameterOverrides
(Map<String, ? extends Object> parameterOverrides) Additional template parameters.The AWS region the given Action resides in.CloudFormationCreateUpdateStackAction.Builder.replaceOnFailure
(Boolean replaceOnFailure) Replace the stack if it's in a failed state.The Role in which context's this Action will be executing in.The runOrder property for this Action.The name of the stack to apply this action to.CloudFormationCreateUpdateStackAction.Builder.templateConfiguration
(ArtifactPath templateConfiguration) Input artifact to use for template parameters values and stack policy.CloudFormationCreateUpdateStackAction.Builder.templatePath
(ArtifactPath templatePath) Input artifact with the CloudFormation template to deploy.CloudFormationCreateUpdateStackAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.
cfnCapabilities(java.util.List<? extends software.amazon.awscdk.core.CfnCapabilities>)
instead