Amazon Application Discovery Service · Schema
ImportTask
ImportTask schema from Amazon Application Discovery Service API
Amazon Application Discovery ServiceMigrationDiscoveryInfrastructureAWS
Properties
| Name | Type | Description |
|---|---|---|
| importTaskId | string | The unique ID for a specific import task. |
| clientRequestToken | string | A unique token used to prevent the same import request from occurring more than once. |
| name | string | A descriptive name for an import task. |
| importUrl | string | The URL for your import file that you've uploaded to Amazon S3. |
| status | string | The status of the import task. |
| importRequestTime | string | The time that the import task request was made, presented in the Unix time stamp format. |
| importCompletionTime | string | The time that the import task request finished, presented in the Unix time stamp format. |
| importDeletedTime | string | The time that the import task request was deleted, presented in the Unix time stamp format. |
| serverImportSuccess | integer | The total number of server records in the import file that were successfully imported. |
| serverImportFailure | integer | The total number of server records in the import file that failed to be imported. |
| applicationImportSuccess | integer | The total number of application records in the import file that were successfully imported. |
| applicationImportFailure | integer | The total number of application records in the import file that failed to be imported. |
| errorsAndFailedEntriesZip | string | A link to a compressed archive folder (in the ZIP format) of all errors and failed entries that were detected, organized according to the type of error. |