ConversionTask
Describes a conversion task.
Contents
- conversionTaskId
-
The ID of the conversion task.
Type: String
Required: No
- expirationTime
-
The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.
Type: String
Required: No
- importInstance
-
If the task is for importing an instance, this contains information about the import instance task.
Type: ImportInstanceTaskDetails object
Required: No
- importVolume
-
If the task is for importing a volume, this contains information about the import volume task.
Type: ImportVolumeTaskDetails object
Required: No
- state
-
The state of the conversion task.
Type: String
Valid Values:
active | cancelling | cancelled | completed
Required: No
- statusMessage
-
The status message related to the conversion task.
Type: String
Required: No
- tagSet
-
Any tags assigned to the task.
Type: Array of Tag objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: