Lists license configuration objects for an account, each containing the name, description, license type, and other license terms modeled from a license agreement.
licensemanager_list_license_configurations(LicenseConfigurationArns,
MaxResults, NextToken, Filters)
An array of ARNs for the calling account's license configurations.
Maximum number of results to return in a single call. To retrieve the
remaining results, make another call with the returned NextToken
value.
Token for the next set of results.
One or more filters.
svc$list_license_configurations( LicenseConfigurationArns = list( "string" ), MaxResults = 123, NextToken = "string", Filters = list( list( Name = "string", Values = list( "string" ) ) ) )