Learn R Programming

paws.management (version 0.1.4)

licensemanager_list_license_configurations: Lists license configuration objects for an account, each containing the name, description, license type, and other license terms modeled from a license agreement

Description

Lists license configuration objects for an account, each containing the name, description, license type, and other license terms modeled from a license agreement.

Usage

licensemanager_list_license_configurations(LicenseConfigurationArns,
  MaxResults, NextToken, Filters)

Arguments

LicenseConfigurationArns

An array of ARNs for the calling account's license configurations.

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

One or more filters.

Request syntax

svc$list_license_configurations(
  LicenseConfigurationArns = list(
    "string"
  ),
  MaxResults = 123,
  NextToken = "string",
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  )
)