ProvisioningPreferences constructor

ProvisioningPreferences({
  1. List<String>? stackSetAccounts,
  2. int? stackSetFailureToleranceCount,
  3. int? stackSetFailureTolerancePercentage,
  4. int? stackSetMaxConcurrencyCount,
  5. int? stackSetMaxConcurrencyPercentage,
  6. List<String>? stackSetRegions,
})

Implementation

ProvisioningPreferences({
  this.stackSetAccounts,
  this.stackSetFailureToleranceCount,
  this.stackSetFailureTolerancePercentage,
  this.stackSetMaxConcurrencyCount,
  this.stackSetMaxConcurrencyPercentage,
  this.stackSetRegions,
});