UpdateProvisioningPreferences class

The user-defined preferences that will be applied when updating a provisioned product. Not all preferences are applicable to all provisioned product types.

Constructors

UpdateProvisioningPreferences({List<String>? stackSetAccounts, int? stackSetFailureToleranceCount, int? stackSetFailureTolerancePercentage, int? stackSetMaxConcurrencyCount, int? stackSetMaxConcurrencyPercentage, StackSetOperationType? stackSetOperationType, 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 that will have access to the provisioned product.
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
stackSetOperationType StackSetOperationType?
Determines what action AWS Service Catalog performs to a stack set or a stack instance represented by the provisioned product. The default value is UPDATE if nothing is specified.
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