licensemanager_list_license_configurations: Lists the license configurations for your account

View source: R/licensemanager_operations.R

licensemanager_list_license_configurationsR Documentation

Lists the license configurations for your account

Description

Lists the license configurations for your account.

See https://www.paws-r-sdk.com/docs/licensemanager_list_license_configurations/ for full documentation.

Usage

licensemanager_list_license_configurations(
  LicenseConfigurationArns = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  Filters = NULL
)

Arguments

LicenseConfigurationArns

Amazon Resource Names (ARN) of the license configurations.

MaxResults

Maximum number of results to return in a single call.

NextToken

Token for the next set of results.

Filters

Filters to scope the results. The following filters and logical operators are supported:

  • licenseCountingType - The dimension for which licenses are counted. Possible values are vCPU | Instance | Core | Socket. Logical operators are EQUALS | NOT_EQUALS.

  • enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used. Logical operators are EQUALS | NOT_EQUALS.

  • usagelimitExceeded - A Boolean value that indicates whether the available licenses have been exceeded. Logical operators are EQUALS | NOT_EQUALS.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.