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
)
[required] The Availability Zone for the resulting EBS volume.
A description of the volume.
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
.
[required] The disk image.
[required] The volume size.