List License Conversion Tasks
| licensemanager_list_license_conversion_tasks | R Documentation |
Lists the license type conversion tasks for your account¶
Description¶
Lists the license type conversion tasks for your account.
Usage¶
Arguments¶
NextTokenToken for the next set of results.
MaxResultsMaximum number of results to return in a single call.
FiltersFilters to scope the results. Valid filters are
ResourceArnsandStatus.
Value¶
A list with the following syntax:
list(
LicenseConversionTasks = list(
list(
LicenseConversionTaskId = "string",
ResourceArn = "string",
SourceLicenseContext = list(
UsageOperation = "string"
),
DestinationLicenseContext = list(
UsageOperation = "string"
),
Status = "IN_PROGRESS"|"SUCCEEDED"|"FAILED",
StatusMessage = "string",
StartTime = as.POSIXct(
"2015-01-01"
),
LicenseConversionTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)