View source: R/ec2_operations.R
ec2_import_volume | R Documentation |
Creates an import volume task using metadata from the specified disk image.
See https://www.paws-r-sdk.com/docs/ec2_import_volume/ for full documentation.
ec2_import_volume(
AvailabilityZone,
Description = NULL,
DryRun = NULL,
Image,
Volume
)
AvailabilityZone |
[required] The Availability Zone for the resulting EBS volume. |
Description |
A description of the volume. |
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 |
Image |
[required] The disk image. |
Volume |
[required] The volume size. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.