LicenseConfiguration constructor

LicenseConfiguration({
  1. AutomatedDiscoveryInformation? automatedDiscoveryInformation,
  2. List<ConsumedLicenseSummary>? consumedLicenseSummaryList,
  3. int? consumedLicenses,
  4. String? description,
  5. bool? disassociateWhenNotFound,
  6. String? licenseConfigurationArn,
  7. String? licenseConfigurationId,
  8. int? licenseCount,
  9. bool? licenseCountHardLimit,
  10. LicenseCountingType? licenseCountingType,
  11. List<String>? licenseRules,
  12. List<ManagedResourceSummary>? managedResourceSummaryList,
  13. String? name,
  14. String? ownerAccountId,
  15. List<ProductInformation>? productInformationList,
  16. String? status,
})

Implementation

LicenseConfiguration({
  this.automatedDiscoveryInformation,
  this.consumedLicenseSummaryList,
  this.consumedLicenses,
  this.description,
  this.disassociateWhenNotFound,
  this.licenseConfigurationArn,
  this.licenseConfigurationId,
  this.licenseCount,
  this.licenseCountHardLimit,
  this.licenseCountingType,
  this.licenseRules,
  this.managedResourceSummaryList,
  this.name,
  this.ownerAccountId,
  this.productInformationList,
  this.status,
});