Amazon S3 · Schema
CreateJobRequest
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage
Properties
| Name | Type | Description |
|---|---|---|
| Operation | object | The action that you want the job to perform on each object. |
| Report | object | Configuration parameters for the optional completion report for the job. |
| Manifest | object | Configuration parameters for the manifest. |
| Priority | integer | The numerical priority for this job. |
| RoleArn | string | The Amazon Resource Name (ARN) for the IAM role. |
| Description | string | A description for this job. |
| ConfirmationRequired | boolean | Indicates whether confirmation is required before Amazon S3 runs the job. |
| Tags | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CreateJobRequest",
"type": "object",
"properties": {
"Operation": {
"type": "object",
"description": "The action that you want the job to perform on each object."
},
"Report": {
"type": "object",
"description": "Configuration parameters for the optional completion report for the job."
},
"Manifest": {
"type": "object",
"description": "Configuration parameters for the manifest."
},
"Priority": {
"type": "integer",
"description": "The numerical priority for this job."
},
"RoleArn": {
"type": "string",
"description": "The Amazon Resource Name (ARN) for the IAM role."
},
"Description": {
"type": "string",
"description": "A description for this job."
},
"ConfirmationRequired": {
"type": "boolean",
"description": "Indicates whether confirmation is required before Amazon S3 runs the job."
},
"Tags": {
"type": "array"
}
}
}