ExportToS3TaskSpecification
Describes an export instance task.
Contents
- ContainerFormat
-
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
Type: String
Valid Values:
ova
Required: No
- DiskImageFormat
-
The format for the exported image.
Type: String
Valid Values:
VMDK | RAW | VHD
Required: No
- S3Bucket
-
The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account
vm-import-export@amazon.com
.Type: String
Required: No
- S3Prefix
-
The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: