Lists the licenses for your account.
licensemanager_list_licenses(LicenseArns, Filters, NextToken,
MaxResults)Amazon Resource Names (ARNs) of the licenses.
Filters to scope the results. The following filters are supported:
Beneficiary
ProductSKU
KeyFingerprint
Status
Token for the next set of results.
Maximum number of results to return in a single call.
svc$list_licenses(
LicenseArns = list(
"string"
),
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
),
NextToken = "string",
MaxResults = 123
)