Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time. Use this action to audit the current license consumption for any license inventory and configuration.
licensemanager_list_usage_for_license_configuration(
LicenseConfigurationArn, MaxResults, NextToken, Filters)
[required] ARN of the targeted LicenseConfiguration
object.
Maximum number of results to return in a single call. To retrieve the
remaining results, make another call with the returned NextToken
value.
Token for the next set of results.
List of filters to apply.
svc$list_usage_for_license_configuration( LicenseConfigurationArn = "string", MaxResults = 123, NextToken = "string", Filters = list( list( Name = "string", Values = list( "string" ) ) ) )