@Stability(value=Stable) public static final class CloudFormationDeployStackInstancesActionProps.Builder extends Object implements software.amazon.jsii.Builder<CloudFormationDeployStackInstancesActionProps>
CloudFormationDeployStackInstancesActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder stackInstances(StackInstances stackInstances)
CloudFormationDeployStackInstancesActionProps.getStackInstances()stackInstances - Specify where to create or update Stack Instances. This parameter is required.
You can specify either AWS Accounts Ids or AWS Organizations Organizational Units.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder stackSetName(String stackSetName)
CloudFormationDeployStackInstancesActionProps.getStackSetName()stackSetName - The name of the StackSet we are adding instances to. This parameter is required.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder parameterOverrides(StackSetParameters parameterOverrides)
CloudFormationDeployStackInstancesActionProps.getParameterOverrides()parameterOverrides - Parameter values that only apply to the current Stack Instances.
These parameters are shared between all instances added by this action.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder role(IRole role)
CommonAwsActionProps.getRole()role - The Role in which context's this Action will be executing in.
The Pipeline's Role will assume this Role
(the required permissions for that will be granted automatically)
right before executing this Action.
This Action will be passed into your {@link IAction.bind}
method in the {@link ActionBindOptions.role} property.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder actionName(String actionName)
CommonActionProps.getActionName()actionName - The physical, human-readable name of the Action. This parameter is required.
Note that Action names must be unique within a single Stage.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder runOrder(Number runOrder)
CommonActionProps.getRunOrder()runOrder - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder variablesNamespace(String variablesNamespace)
CommonActionProps.getVariablesNamespace()variablesNamespace - The name of the namespace to use for variables emitted by this action.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder failureTolerancePercentage(Number failureTolerancePercentage)
CommonCloudFormationStackSetOptions.getFailureTolerancePercentage()failureTolerancePercentage - The percentage of accounts per Region for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.
If
the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in subsequent Regions. When calculating the number
of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder maxAccountConcurrencyPercentage(Number maxAccountConcurrencyPercentage)
CommonCloudFormationStackSetOptions.getMaxAccountConcurrencyPercentage()maxAccountConcurrencyPercentage - The maximum percentage of accounts in which to perform this operation at one time.
When calculating the number of accounts based on the specified
percentage, AWS CloudFormation rounds down to the next whole number. If rounding down would result in zero, AWS CloudFormation sets the number as
one instead. Although you use this setting to specify the maximum, for large deployments the actual number of accounts acted upon concurrently
may be lower due to service throttling.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps.Builder stackSetRegion(String stackSetRegion)
CommonCloudFormationStackSetOptions.getStackSetRegion()stackSetRegion - The AWS Region the StackSet is in.
Note that a cross-region Pipeline requires replication buckets to function correctly.
You can provide their names with the PipelineProps.crossRegionReplicationBuckets property.
If you don't, the CodePipeline Construct will create new Stacks in your CDK app containing those buckets,
that you will need to cdk deploy before deploying the main, Pipeline-containing Stack.this@Stability(value=Stable) public CloudFormationDeployStackInstancesActionProps build()
build in interface software.amazon.jsii.Builder<CloudFormationDeployStackInstancesActionProps>CloudFormationDeployStackInstancesActionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.