Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CloudFormationDeployStackInstancesAction.Builder
-
Uses of CloudFormationDeployStackInstancesAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCloudFormationDeployStackInstancesAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.CloudFormationDeployStackInstancesAction.Builder.create()
CloudFormationDeployStackInstancesAction.Builder.failureTolerancePercentage
(Number failureTolerancePercentage) The percentage of accounts per Region for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.CloudFormationDeployStackInstancesAction.Builder.maxAccountConcurrencyPercentage
(Number maxAccountConcurrencyPercentage) The maximum percentage of accounts in which to perform this operation at one time.CloudFormationDeployStackInstancesAction.Builder.parameterOverrides
(StackSetParameters parameterOverrides) Parameter values that only apply to the current Stack Instances.The Role in which context's this Action will be executing in.The runOrder property for this Action.CloudFormationDeployStackInstancesAction.Builder.stackInstances
(StackInstances stackInstances) Specify where to create or update Stack Instances.CloudFormationDeployStackInstancesAction.Builder.stackSetName
(String stackSetName) The name of the StackSet we are adding instances to.CloudFormationDeployStackInstancesAction.Builder.stackSetRegion
(String stackSetRegion) The AWS Region the StackSet is in.CloudFormationDeployStackInstancesAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.