Learn R Programming

paws.compute (version 0.3.1)

ec2_import_instance: Creates an import instance task using metadata from the specified disk image

Description

Creates an import instance task using metadata from the specified disk image.

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

Usage

ec2_import_instance(
  Description = NULL,
  DiskImages = NULL,
  DryRun = NULL,
  LaunchSpecification = NULL,
  Platform
)

Arguments

Description

A description for the instance being imported.

DiskImages

The disk image.

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.

LaunchSpecification

The launch specification.

Platform

[required] The instance operating system.