ec2_describe_export_image_tasks: Describes the specified export image tasks or all of your...

View source: R/ec2_operations.R

ec2_describe_export_image_tasksR Documentation

Describes the specified export image tasks or all of your export image tasks

Description

Describes the specified export image tasks or all of your export image tasks.

See https://www.paws-r-sdk.com/docs/ec2_describe_export_image_tasks/ for full documentation.

Usage

ec2_describe_export_image_tasks(
  DryRun = NULL,
  Filters = NULL,
  ExportImageTaskIds = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

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 is UnauthorizedOperation.

Filters

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, or deleted.

ExportImageTaskIds

The IDs of the export image tasks.

MaxResults

The maximum number of results to return in a single call.

NextToken

A token that indicates the next page of results.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.