paws.management (version 0.1.0)

licensemanager_list_usage_for_license_configuration: Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time

Description

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.

Usage

licensemanager_list_usage_for_license_configuration(
  LicenseConfigurationArn, MaxResults, NextToken, Filters)

Arguments

LicenseConfigurationArn

[required] ARN of the targeted LicenseConfiguration object.

MaxResults

Maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

NextToken

Token for the next set of results.

Filters

List of filters to apply.

Request syntax

svc$list_usage_for_license_configuration(
  LicenseConfigurationArn = "string",
  MaxResults = 123,
  NextToken = "string",
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  )
)