Describe Import Image Tasks
| ec2_describe_import_image_tasks | R Documentation |
Displays details about an import virtual machine or import snapshot tasks that are already created¶
Description¶
Displays details about an import virtual machine or import snapshot tasks that are already created.
Usage¶
Arguments¶
DryRunChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.FiltersFilter tasks using the
task-statefilter and one of the following values:active,completed,deleting, ordeleted.ImportTaskIdsThe IDs of the import image tasks.
MaxResultsThe maximum number of results to return in a single call.
NextTokenA token that indicates the next page of results.
Value¶
A list with the following syntax:
list(
ImportImageTasks = list(
list(
Architecture = "string",
Description = "string",
Encrypted = TRUE|FALSE,
Hypervisor = "string",
ImageId = "string",
ImportTaskId = "string",
KmsKeyId = "string",
LicenseType = "string",
Platform = "string",
Progress = "string",
SnapshotDetails = list(
list(
Description = "string",
DeviceName = "string",
DiskImageSize = 123.0,
Format = "string",
Progress = "string",
SnapshotId = "string",
Status = "string",
StatusMessage = "string",
Url = "string",
UserBucket = list(
S3Bucket = "string",
S3Key = "string"
)
)
),
Status = "string",
StatusMessage = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
),
LicenseSpecifications = list(
list(
LicenseConfigurationArn = "string"
)
),
UsageOperation = "string",
BootMode = "legacy-bios"|"uefi"|"uefi-preferred"
)
),
NextToken = "string"
)