UsageRecord
class UsageRecord
A UsageRecord indicates a quantity of usage for a given product, customer, dimension and time.
Multiple requests with the same UsageRecords as input will be de-duplicated to prevent double charges.
Types
Properties
Link copied to clipboard
The CustomerAWSAccountId parameter specifies the AWS account ID of the buyer.
Link copied to clipboard
The CustomerIdentifier is obtained through the ResolveCustomer operation and represents an individual buyer in your application.
Link copied to clipboard
The LicenseArn is a unique identifier for a specific granted license. These are used for software purchased through Amazon Web Services Marketplace.
Link copied to clipboard
The set of UsageAllocations to submit. The sum of all UsageAllocation quantities must equal the Quantity of the UsageRecord.