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¶
NextToken
Token for the next set of results.
MaxResults
Maximum number of results to return in a single call.
Filters
Filters to scope the results. Valid filters are
ResourceArns
andStatus
.
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"
)