Amazon S3 · JSON Structure

Amazon S3 Control Job Descriptor Structure

Type: object Properties: 16
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

JobDescriptor is a JSON Structure definition published by Amazon S3, describing 16 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

JobId Description Operation Manifest Priority RoleArn Status CreationTime TerminationDate ProgressSummary FailureReasons Report ConfirmationRequired StatusUpdateReason SuspendedDate SuspendedCause

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}