ec2_import_instance {paws.compute} | R Documentation |
We recommend that you use the ImportImage API instead
Description
We recommend that you use the import_image
API instead. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.
See https://www.paws-r-sdk.com/docs/ec2_import_instance/ for full documentation.
Usage
ec2_import_instance(
DryRun = NULL,
Description = NULL,
LaunchSpecification = NULL,
DiskImages = NULL,
Platform
)
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 |
Description |
A description for the instance being imported. |
LaunchSpecification |
The launch specification. |
DiskImages |
The disk image. |
Platform |
[required] The instance operating system. |
[Package paws.compute version 0.9.0 Index]