{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-create-job-request-schema.json", "title": "CreateJobRequest", "description": "CreateJobRequest schema from Amazon Snow Family API", "type": "object", "properties": { "JobType": { "allOf": [ { "$ref": "#/components/schemas/JobType" }, { "description": "Defines the type of job that you're creating. " } ] }, "Resources": { "allOf": [ { "$ref": "#/components/schemas/JobResource" }, { "description": "

Defines the Amazon S3 buckets associated with this job.

With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

" } ] }, "OnDeviceServiceConfiguration": { "allOf": [ { "$ref": "#/components/schemas/OnDeviceServiceConfiguration" }, { "description": "Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family supports Amazon S3 and NFS (Network File System) and the Amazon Web Services Storage Gateway service Tape Gateway type." } ] }, "Description": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Defines an optional description of this specific job, for example Important Photos 2016-08-11." } ] }, "AddressId": { "allOf": [ { "$ref": "#/components/schemas/AddressId" }, { "description": "The ID for the address that you want the Snow device shipped to." } ] }, "KmsKeyARN": { "allOf": [ { "$ref": "#/components/schemas/KmsKeyARN" }, { "description": "The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey Key Management Service (KMS) API action." } ] }, "RoleARN": { "allOf": [ { "$ref": "#/components/schemas/RoleARN" }, { "description": "The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole Identity and Access Management (IAM) API action." } ] }, "SnowballCapacityPreference": { "allOf": [ { "$ref": "#/components/schemas/SnowballCapacity" }, { "description": "

If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

For more information, see \"https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the Snowcone User Guide or \"https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the Snowcone User Guide.

" } ] }, "ShippingOption": { "allOf": [ { "$ref": "#/components/schemas/ShippingOption" }, { "description": "

The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snow device, rather it represents how quickly the Snow device moves to its destination while in transit. Regional shipping speeds are as follows:

" } ] }, "Notification": { "allOf": [ { "$ref": "#/components/schemas/Notification" }, { "description": "Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job." } ] }, "ClusterId": { "allOf": [ { "$ref": "#/components/schemas/ClusterId" }, { "description": "The ID of a cluster. If you're creating a job for a node in a cluster, you need to provide only this clusterId value. The other job attributes are inherited from the cluster." } ] }, "SnowballType": { "allOf": [ { "$ref": "#/components/schemas/SnowballType" }, { "description": "

The type of Snow Family devices to use for this job.

For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.

The type of Amazon Web Services Snow device to use for this job. Currently, the only supported device type for cluster jobs is EDGE.

For more information, see Snowball Edge Device Options in the Snowball Edge Developer Guide.

For more information, see \"https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the Snowcone User Guide or \"https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the Snowcone User Guide.

" } ] }, "ForwardingAddressId": { "allOf": [ { "$ref": "#/components/schemas/AddressId" }, { "description": "The forwarding address ID for a job. This field is not supported in most Regions." } ] }, "TaxDocuments": { "allOf": [ { "$ref": "#/components/schemas/TaxDocuments" }, { "description": "The tax documents required in your Amazon Web Services Region." } ] }, "DeviceConfiguration": { "allOf": [ { "$ref": "#/components/schemas/DeviceConfiguration" }, { "description": "

Defines the device configuration for an Snowcone job.

For more information, see \"https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the Snowcone User Guide or \"https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html\" (Snow Family Devices and Capacity) in the Snowcone User Guide.

" } ] }, "RemoteManagement": { "allOf": [ { "$ref": "#/components/schemas/RemoteManagement" }, { "description": "Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set to INSTALLED_AUTOSTART, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Edge client to manage the device. When set to NOT_INSTALLED, remote management will not be available on the device. " } ] }, "LongTermPricingId": { "allOf": [ { "$ref": "#/components/schemas/LongTermPricingId" }, { "description": "The ID of the long-term pricing type for the device." } ] }, "ImpactLevel": { "allOf": [ { "$ref": "#/components/schemas/ImpactLevel" }, { "description": "The highest impact level of data that will be stored or processed on the device, provided at job creation." } ] }, "PickupDetails": { "allOf": [ { "$ref": "#/components/schemas/PickupDetails" }, { "description": "Information identifying the person picking up the device." } ] } } }