Describe Import Snapshot Tasks
| ec2_describe_import_snapshot_tasks | R Documentation |
Describes your import snapshot tasks¶
Description¶
Describes your import snapshot tasks.
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.FiltersThe filters.
ImportTaskIdsA list of import snapshot task IDs.
MaxResultsThe maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned
NextTokenvalue.NextTokenA token that indicates the next page of results.
Value¶
A list with the following syntax:
list(
ImportSnapshotTasks = list(
list(
Description = "string",
ImportTaskId = "string",
SnapshotTaskDetail = list(
Description = "string",
DiskImageSize = 123.0,
Encrypted = TRUE|FALSE,
Format = "string",
KmsKeyId = "string",
Progress = "string",
SnapshotId = "string",
Status = "string",
StatusMessage = "string",
Url = "string",
UserBucket = list(
S3Bucket = "string",
S3Key = "string"
)
),
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
),
NextToken = "string"
)