Information about the destination Amazon S3 bucket for a VM export task.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ExportToS3TaskType
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ExportToS3TaskType()()()() | Initializes a new instance of the ExportToS3TaskType class | 
|  | ContainerFormat | 
            The container format used to combine disk images with metadata (such as OVF).
            If absent, only the disk image will be exported.
            Default: ova if TargetEnvironment = vmare, otherwise blank.
             | 
|  | DiskImageFormat | 
            The format for the exported image.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetContainerFormat()()()() | 
            Checks if the ContainerFormat property is set
             | 
|  | IsSetDiskImageFormat()()()() | 
            Checks if the DiskImageFormat property is set.
             | 
|  | IsSetS3Bucket()()()() | 
            Checks if the S3Bucket property is set.
             | 
|  | IsSetS3Key()()()() | 
            Checks if the S3Key property is set.
             | 
|  | IsSetS3Prefix()()()() | 
            Checks if the S3Prefix property is set.
             | 
|  | S3Bucket | 
            The Amazon S3 bucket for the destination image.
             | 
|  | S3Key | 
            The full S3 key that was used when writing the exported instance to S3.
             | 
|  | S3Prefix | 
            The key prefix used when writing the image to a single object in the bucket.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithContainerFormat(String) | Obsolete. 
            Sets the container format used to combine disk images with metadata (such as OVF).
             | 
|  | WithDiskImageFormat(String) | Obsolete. 
            Sets the format for the exported image.
            Default: vmdk if TargetEnvironment = vmware, otherwise vhd
             | 
|  | WithS3Bucket(String) | Obsolete. 
            Sets the Amazon S3 bucket for the destination image. The bucket must exist and grant write permissions to AWS account vm-import-export@amazon.com.
             | 
|  | WithS3Prefix(String) | Obsolete. 
            Sets the key prefix to use when writing the image to S3 for a CreateInstanceExportTask operation.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ExportToS3TaskType |