

# AnnotationImportJobItem
<a name="API_AnnotationImportJobItem"></a>

An annotation import job.

## Contents
<a name="API_AnnotationImportJobItem_Contents"></a>

 ** creationTime **   <a name="omics-Type-AnnotationImportJobItem-creationTime"></a>
When the job was created.  
Type: Timestamp  
Required: Yes

 ** destinationName **   <a name="omics-Type-AnnotationImportJobItem-destinationName"></a>
The job's destination annotation store.  
Type: String  
Required: Yes

 ** id **   <a name="omics-Type-AnnotationImportJobItem-id"></a>
The job's ID.  
Type: String  
Required: Yes

 ** roleArn **   <a name="omics-Type-AnnotationImportJobItem-roleArn"></a>
The job's service role ARN.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 2048.  
Pattern: `arn:([^: ]*):([^: ]*):([^: ]*):([0-9]{12}):([^: ]*)`   
Required: Yes

 ** status **   <a name="omics-Type-AnnotationImportJobItem-status"></a>
The job's status.  
Type: String  
Valid Values: `SUBMITTED | IN_PROGRESS | CANCELLED | COMPLETED | FAILED | COMPLETED_WITH_FAILURES`   
Required: Yes

 ** updateTime **   <a name="omics-Type-AnnotationImportJobItem-updateTime"></a>
When the job was updated.  
Type: Timestamp  
Required: Yes

 ** versionName **   <a name="omics-Type-AnnotationImportJobItem-versionName"></a>
 The name of the annotation store version.   
Type: String  
Length Constraints: Minimum length of 3. Maximum length of 255.  
Pattern: `([a-z]){1}([a-z0-9_]){2,254}`   
Required: Yes

 ** annotationFields **   <a name="omics-Type-AnnotationImportJobItem-annotationFields"></a>
 The annotation schema generated by the parsed annotation data.   
Type: String to string map  
Key Length Constraints: Minimum length of 1. Maximum length of 21.  
Value Length Constraints: Minimum length of 1. Maximum length of 21.  
Required: No

 ** completionTime **   <a name="omics-Type-AnnotationImportJobItem-completionTime"></a>
When the job completed.  
Type: Timestamp  
Required: No

 ** runLeftNormalization **   <a name="omics-Type-AnnotationImportJobItem-runLeftNormalization"></a>
The job's left normalization setting.  
Type: Boolean  
Required: No

## See Also
<a name="API_AnnotationImportJobItem_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/omics-2022-11-28/AnnotationImportJobItem) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/omics-2022-11-28/AnnotationImportJobItem) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/omics-2022-11-28/AnnotationImportJobItem) 