Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data StackSetOperationPreferences = StackSetOperationPreferences' {}
- newStackSetOperationPreferences :: StackSetOperationPreferences
- stackSetOperationPreferences_failureToleranceCount :: Lens' StackSetOperationPreferences (Maybe Natural)
- stackSetOperationPreferences_failureTolerancePercentage :: Lens' StackSetOperationPreferences (Maybe Natural)
- stackSetOperationPreferences_maxConcurrentCount :: Lens' StackSetOperationPreferences (Maybe Natural)
- stackSetOperationPreferences_maxConcurrentPercentage :: Lens' StackSetOperationPreferences (Maybe Natural)
- stackSetOperationPreferences_regionConcurrencyType :: Lens' StackSetOperationPreferences (Maybe RegionConcurrencyType)
- stackSetOperationPreferences_regionOrder :: Lens' StackSetOperationPreferences (Maybe [Text])
Documentation
data StackSetOperationPreferences Source #
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
See: newStackSetOperationPreferences
smart constructor.
StackSetOperationPreferences' | |
|
Instances
newStackSetOperationPreferences :: StackSetOperationPreferences Source #
Create a value of StackSetOperationPreferences
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:failureToleranceCount:StackSetOperationPreferences'
, stackSetOperationPreferences_failureToleranceCount
- The number of accounts, per Region, for which this operation can fail
before CloudFormation stops the operation in that Region. If the
operation is stopped in a Region, CloudFormation doesn't attempt the
operation in any subsequent Regions.
Conditional: You must specify either FailureToleranceCount
or
FailureTolerancePercentage
(but not both).
By default, 0
is specified.
$sel:failureTolerancePercentage:StackSetOperationPreferences'
, stackSetOperationPreferences_failureTolerancePercentage
- The percentage of accounts, per Region, for which this stack operation
can fail before CloudFormation stops the operation in that Region. If
the operation is stopped in a Region, CloudFormation doesn't attempt
the operation in any subsequent Regions.
When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number.
Conditional: You must specify either FailureToleranceCount
or
FailureTolerancePercentage
, but not both.
By default, 0
is specified.
$sel:maxConcurrentCount:StackSetOperationPreferences'
, stackSetOperationPreferences_maxConcurrentCount
- The maximum number of accounts in which to perform this operation at one
time. This is dependent on the value of
FailureToleranceCount
.MaxConcurrentCount
is at most one more than
the FailureToleranceCount
.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Conditional: You must specify either MaxConcurrentCount
or
MaxConcurrentPercentage
, but not both.
By default, 1
is specified.
$sel:maxConcurrentPercentage:StackSetOperationPreferences'
, stackSetOperationPreferences_maxConcurrentPercentage
- 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, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Conditional: You must specify either MaxConcurrentCount
or
MaxConcurrentPercentage
, but not both.
By default, 1
is specified.
$sel:regionConcurrencyType:StackSetOperationPreferences'
, stackSetOperationPreferences_regionConcurrencyType
- The concurrency type of deploying StackSets operations in Regions, could
be in parallel or one Region at a time.
$sel:regionOrder:StackSetOperationPreferences'
, stackSetOperationPreferences_regionOrder
- The order of the Regions in where you want to perform the stack
operation.
stackSetOperationPreferences_failureToleranceCount :: Lens' StackSetOperationPreferences (Maybe Natural) Source #
The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
Conditional: You must specify either FailureToleranceCount
or
FailureTolerancePercentage
(but not both).
By default, 0
is specified.
stackSetOperationPreferences_failureTolerancePercentage :: Lens' StackSetOperationPreferences (Maybe Natural) Source #
The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number.
Conditional: You must specify either FailureToleranceCount
or
FailureTolerancePercentage
, but not both.
By default, 0
is specified.
stackSetOperationPreferences_maxConcurrentCount :: Lens' StackSetOperationPreferences (Maybe Natural) Source #
The maximum number of accounts in which to perform this operation at one
time. This is dependent on the value of
FailureToleranceCount
.MaxConcurrentCount
is at most one more than
the FailureToleranceCount
.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Conditional: You must specify either MaxConcurrentCount
or
MaxConcurrentPercentage
, but not both.
By default, 1
is specified.
stackSetOperationPreferences_maxConcurrentPercentage :: Lens' StackSetOperationPreferences (Maybe Natural) Source #
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, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead.
Note that this setting lets you specify the maximum for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling.
Conditional: You must specify either MaxConcurrentCount
or
MaxConcurrentPercentage
, but not both.
By default, 1
is specified.
stackSetOperationPreferences_regionConcurrencyType :: Lens' StackSetOperationPreferences (Maybe RegionConcurrencyType) Source #
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
stackSetOperationPreferences_regionOrder :: Lens' StackSetOperationPreferences (Maybe [Text]) Source #
The order of the Regions in where you want to perform the stack operation.