Amazon S3 · JSON Structure

Amazon S3 Control Create Job Request Structure

Type: object Properties: 8
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

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

Properties

Operation Report Manifest Priority RoleArn Description ConfirmationRequired Tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateJobRequest",
  "type": "object",
  "properties": {
    "Operation": {
      "type": "object"
    },
    "Report": {
      "type": "object"
    },
    "Manifest": {
      "type": "object"
    },
    "Priority": {
      "type": "integer"
    },
    "RoleArn": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "ConfirmationRequired": {
      "type": "boolean"
    },
    "Tags": {
      "type": "array"
    }
  }
}