dry_run Input Column
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. | BOOLEAN |
_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
conversion_tasks
Information about the conversion tasks. | STRUCT( "conversion_task_id" VARCHAR, "expiration_time" VARCHAR, "import_instance" STRUCT( "description" VARCHAR, "instance_id" VARCHAR, "platform" VARCHAR, "volumes" STRUCT( "availability_zone" VARCHAR, "bytes_converted" BIGINT, "description" VARCHAR, "image" STRUCT( "checksum" VARCHAR, "format" VARCHAR, "import_manifest_url" VARCHAR, "size" BIGINT ), "status" VARCHAR, "status_message" VARCHAR, "volume" STRUCT( "id" VARCHAR, "size" BIGINT ) )[] ), "import_volume" STRUCT( "availability_zone" VARCHAR, "bytes_converted" BIGINT, "description" VARCHAR, "image" STRUCT( "checksum" VARCHAR, "format" VARCHAR, "import_manifest_url" VARCHAR, "size" BIGINT ), "volume" STRUCT( "id" VARCHAR, "size" BIGINT ) ), "state" VARCHAR, "status_message" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] |
Show child fields- conversion_tasks[]
Show child fields- conversion_tasks[].conversion_task_id
The ID of the conversion task.
- conversion_tasks[].expiration_time
The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.
- conversion_tasks[].import_instance
If the task is for importing an instance, this contains information about the import instance task. Show child fields- conversion_tasks[].import_instance.description
A description of the task.
- conversion_tasks[].import_instance.instance_id
The ID of the instance.
- conversion_tasks[].import_instance.platform
The instance operating system.
- conversion_tasks[].import_instance.volumes[]
Show child fields- conversion_tasks[].import_instance.volumes[].availability_zone
The Availability Zone where the resulting instance will reside.
- conversion_tasks[].import_instance.volumes[].bytes_converted
The number of bytes converted so far.
- conversion_tasks[].import_instance.volumes[].description
A description of the task.
- conversion_tasks[].import_instance.volumes[].image
The image. Show child fields- conversion_tasks[].import_instance.volumes[].image.checksum
The checksum computed for the disk image.
- conversion_tasks[].import_instance.volumes[].image.format
The disk image format.
- conversion_tasks[].import_instance.volumes[].image.import_manifest_url
A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide. For information about the import manifest referenced by this API action, see VM Import Manifest.
- conversion_tasks[].import_instance.volumes[].image.size
The size of the disk image, in GiB.
- conversion_tasks[].import_instance.volumes[].status
The status of the import of this particular disk image.
- conversion_tasks[].import_instance.volumes[].status_message
The status information or errors related to the disk image.
- conversion_tasks[].import_instance.volumes[].volume
The volume. Show child fields- conversion_tasks[].import_instance.volumes[].volume.id
The volume identifier.
- conversion_tasks[].import_instance.volumes[].volume.size
The size of the volume, in GiB.
- conversion_tasks[].import_volume
If the task is for importing a volume, this contains information about the import volume task. Show child fields- conversion_tasks[].import_volume.availability_zone
The Availability Zone where the resulting volume will reside.
- conversion_tasks[].import_volume.bytes_converted
The number of bytes converted so far.
- conversion_tasks[].import_volume.description
The description you provided when starting the import volume task.
- conversion_tasks[].import_volume.image
The image. Show child fields- conversion_tasks[].import_volume.image.checksum
The checksum computed for the disk image.
- conversion_tasks[].import_volume.image.format
The disk image format.
- conversion_tasks[].import_volume.image.import_manifest_url
A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide. For information about the import manifest referenced by this API action, see VM Import Manifest.
- conversion_tasks[].import_volume.image.size
The size of the disk image, in GiB.
- conversion_tasks[].import_volume.volume
The volume. Show child fields- conversion_tasks[].import_volume.volume.id
The volume identifier.
- conversion_tasks[].import_volume.volume.size
The size of the volume, in GiB.
- conversion_tasks[].state
The state of the conversion task.
- conversion_tasks[].status_message
The status message related to the conversion task.
- conversion_tasks[].tags[]
Show child fields- conversion_tasks[].tags[].key
The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.
- conversion_tasks[].tags[].value
The value of the tag. Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.
|