Amazon S3 · Schema
JobDescriptor
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage
Properties
| Name | Type | Description |
|---|---|---|
| JobId | string | |
| Description | string | |
| Operation | object | |
| Manifest | object | |
| Priority | integer | |
| RoleArn | string | |
| Status | string | |
| CreationTime | string | |
| TerminationDate | string | |
| ProgressSummary | object | |
| FailureReasons | array | |
| Report | object | |
| ConfirmationRequired | boolean | |
| StatusUpdateReason | string | |
| SuspendedDate | string | |
| SuspendedCause | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "JobDescriptor",
"type": "object",
"properties": {
"JobId": {
"type": "string"
},
"Description": {
"type": "string"
},
"Operation": {
"type": "object"
},
"Manifest": {
"type": "object"
},
"Priority": {
"type": "integer"
},
"RoleArn": {
"type": "string"
},
"Status": {
"type": "string"
},
"CreationTime": {
"type": "string"
},
"TerminationDate": {
"type": "string"
},
"ProgressSummary": {
"type": "object"
},
"FailureReasons": {
"type": "array"
},
"Report": {
"type": "object"
},
"ConfirmationRequired": {
"type": "boolean"
},
"StatusUpdateReason": {
"type": "string"
},
"SuspendedDate": {
"type": "string"
},
"SuspendedCause": {
"type": "string"
}
}
}