Describe Import Snapshot Tasks
ec2_describe_import_snapshot_tasks | R Documentation |
Describes your import snapshot tasks¶
Description¶
Describes your import snapshot tasks.
Usage¶
Arguments¶
DryRun
Checks 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
.Filters
The filters.
ImportTaskIds
A list of import snapshot task IDs.
MaxResults
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned
NextToken
value.NextToken
A 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"
)