Amazon License Manager · Example Payload

Amazon License Manager License Configuration Example

ComplianceCost ManagementLicense ManagementSoftware Licensing

Amazon License Manager License Configuration Example is an example object payload from Amazon License Manager, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

LicenseConfigurationIdLicenseConfigurationArnNameLicenseCountingTypeLicenseCountLicenseCountHardLimitConsumedLicensesStatus

Example Payload

Raw ↑
{
  "LicenseConfigurationId": "lic-0e6b56b16c0c11111",
  "LicenseConfigurationArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "Name": "windows-server-2022",
  "LicenseCountingType": "vCPU",
  "LicenseCount": 100,
  "LicenseCountHardLimit": true,
  "ConsumedLicenses": 45,
  "Status": "AVAILABLE"
}