NAME
Paws::EC2::ImportImageTask
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::EC2::ImportImageTask object:
$service_obj->Method(Att1 => { Architecture => $value, ..., Tags => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::ImportImageTask object:
$result = $service_obj->Method(...);
$result->Att1->Architecture
DESCRIPTION
This class has no description
ATTRIBUTES
Architecture => Str
The architecture of the virtual machine.
Valid values: i386
| x86_64
| arm64
Description => Str
A description of the import task.
Encrypted => Bool
Indicates whether the image is encrypted.
Hypervisor => Str
The target hypervisor for the import task.
Valid values: xen
ImageId => Str
The ID of the Amazon Machine Image (AMI) of the imported virtual machine.
ImportTaskId => Str
The ID of the import image task.
KmsKeyId => Str
The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted image.
LicenseSpecifications => ArrayRef[Paws::EC2::ImportImageLicenseConfigurationResponse]
The ARNs of the license configurations that are associated with the import image task.
LicenseType => Str
The license type of the virtual machine.
Platform => Str
The description string for the import image task.
Progress => Str
The percentage of progress of the import image task.
SnapshotDetails => ArrayRef[Paws::EC2::SnapshotDetail]
Information about the snapshots.
Status => Str
A brief status for the import image task.
StatusMessage => Str
A descriptive status message for the import image task.
Tags => ArrayRef[Paws::EC2::Tag]
The tags for the import image task.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EC2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues