ProvisioningPreferences class

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.

Constructors

ProvisioningPreferences({List<String>? stackSetAccounts, int? stackSetFailureToleranceCount, int? stackSetFailureTolerancePercentage, int? stackSetMaxConcurrencyCount, int? stackSetMaxConcurrencyPercentage, List<String>? stackSetRegions})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackSetAccounts List<String>?
One or more AWS accounts where the provisioned product will be available.
final
stackSetFailureToleranceCount int?
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.
final
stackSetFailureTolerancePercentage int?
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.
final
stackSetMaxConcurrencyCount int?
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.
final
stackSetMaxConcurrencyPercentage int?
The maximum percentage of accounts in which to perform this operation at one time.
final
stackSetRegions List<String>?
One or more AWS Regions where the provisioned product will be available.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited