Lists the license configurations for your account.
licensemanager_list_license_configurations(LicenseConfigurationArns,
MaxResults, NextToken, Filters)Amazon Resource Names (ARN) of the license configurations.
Maximum number of results to return in a single call.
Token for the next set of results.
Filters to scope the results. The following filters and logical operators are supported:
licenseCountingType - The dimension on 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.
svc$list_license_configurations(
LicenseConfigurationArns = list(
"string"
),
MaxResults = 123,
NextToken = "string",
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
)
)