Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ProvisioningPreferences = ProvisioningPreferences' {}
- newProvisioningPreferences :: ProvisioningPreferences
- provisioningPreferences_stackSetRegions :: Lens' ProvisioningPreferences (Maybe [Text])
- provisioningPreferences_stackSetMaxConcurrencyPercentage :: Lens' ProvisioningPreferences (Maybe Natural)
- provisioningPreferences_stackSetFailureToleranceCount :: Lens' ProvisioningPreferences (Maybe Natural)
- provisioningPreferences_stackSetFailureTolerancePercentage :: Lens' ProvisioningPreferences (Maybe Natural)
- provisioningPreferences_stackSetAccounts :: Lens' ProvisioningPreferences (Maybe [Text])
- provisioningPreferences_stackSetMaxConcurrencyCount :: Lens' ProvisioningPreferences (Maybe Natural)
Documentation
data ProvisioningPreferences Source #
The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product type
One or more AWS accounts that will have access to the provisioned product.
Applicable only to a CFN_STACKSET
provisioned product type.
The AWS accounts specified should be within the list of accounts in the
STACKSET
constraint. To get the list of accounts in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all accounts from the
STACKSET
constraint.
See: newProvisioningPreferences
smart constructor.
ProvisioningPreferences' | |
|
Instances
newProvisioningPreferences :: ProvisioningPreferences Source #
Create a value of ProvisioningPreferences
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:stackSetRegions:ProvisioningPreferences'
, provisioningPreferences_stackSetRegions
- One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the
STACKSET
constraint. To get the list of regions in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the
STACKSET
constraint.
$sel:stackSetMaxConcurrencyPercentage:ProvisioningPreferences'
, provisioningPreferences_stackSetMaxConcurrencyPercentage
- 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 Service Catalog rounds down to the next whole number.
This is true except in cases where rounding down would result is zero.
In this case, AWS Service Catalog sets the number as 1
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.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
$sel:stackSetFailureToleranceCount:ProvisioningPreferences'
, provisioningPreferences_stackSetFailureToleranceCount
- The number of accounts, per region, for which this operation can fail
before AWS Service Catalog stops the operation in that region. If the
operation is stopped in a region, AWS Service Catalog doesn't attempt
the operation in any subsequent regions.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
$sel:stackSetFailureTolerancePercentage:ProvisioningPreferences'
, provisioningPreferences_stackSetFailureTolerancePercentage
- The percentage of accounts, per region, for which this stack operation
can fail before AWS Service Catalog stops the operation in that region.
If the operation is stopped in a region, AWS Service Catalog doesn't
attempt the operation in any subsequent regions.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
$sel:stackSetAccounts:ProvisioningPreferences'
, provisioningPreferences_stackSetAccounts
- One or more AWS accounts where the provisioned product will be
available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified accounts should be within the list of accounts from the
STACKSET
constraint. To get the list of accounts in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all acounts from the
STACKSET
constraint.
$sel:stackSetMaxConcurrencyCount:ProvisioningPreferences'
, provisioningPreferences_stackSetMaxConcurrencyCount
- The maximum number of accounts in which to perform this operation at one
time. This is dependent on the value of StackSetFailureToleranceCount
.
StackSetMaxConcurrentCount
is at most one more than the
StackSetFailureToleranceCount
.
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.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
provisioningPreferences_stackSetRegions :: Lens' ProvisioningPreferences (Maybe [Text]) Source #
One or more AWS Regions where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified regions should be within the list of regions from the
STACKSET
constraint. To get the list of regions in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all regions from the
STACKSET
constraint.
provisioningPreferences_stackSetMaxConcurrencyPercentage :: Lens' ProvisioningPreferences (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, AWS Service Catalog rounds down to the next whole number.
This is true except in cases where rounding down would result is zero.
In this case, AWS Service Catalog sets the number as 1
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.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.
provisioningPreferences_stackSetFailureToleranceCount :: Lens' ProvisioningPreferences (Maybe Natural) Source #
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
provisioningPreferences_stackSetFailureTolerancePercentage :: Lens' ProvisioningPreferences (Maybe Natural) Source #
The percentage of accounts, per region, for which this stack operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
When calculating the number of accounts based on the specified percentage, AWS Service Catalog rounds down to the next whole number.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
provisioningPreferences_stackSetAccounts :: Lens' ProvisioningPreferences (Maybe [Text]) Source #
One or more AWS accounts where the provisioned product will be available.
Applicable only to a CFN_STACKSET
provisioned product type.
The specified accounts should be within the list of accounts from the
STACKSET
constraint. To get the list of accounts in the STACKSET
constraint, use the DescribeProvisioningParameters
operation.
If no values are specified, the default value is all acounts from the
STACKSET
constraint.
provisioningPreferences_stackSetMaxConcurrencyCount :: Lens' ProvisioningPreferences (Maybe Natural) Source #
The maximum number of accounts in which to perform this operation at one
time. This is dependent on the value of StackSetFailureToleranceCount
.
StackSetMaxConcurrentCount
is at most one more than the
StackSetFailureToleranceCount
.
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.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either StackSetMaxConcurrentCount
or
StackSetMaxConcurrentPercentage
, but not both.