class Aws::Snowball::Types::CreateJobRequest
@note When making an API call, you may pass CreateJobRequest
data as a hash: { job_type: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE resources: { s3_resources: [ { bucket_arn: "ResourceARN", key_range: { begin_marker: "String", end_marker: "String", }, target_on_device_services: [ { service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE }, ], }, ], lambda_resources: [ { lambda_arn: "ResourceARN", event_triggers: [ { event_resource_arn: "ResourceARN", }, ], }, ], ec2_ami_resources: [ { ami_id: "AmiId", # required snowball_ami_id: "String", }, ], }, on_device_service_configuration: { nfs_on_device_service: { storage_limit: 1, storage_unit: "TB", # accepts TB }, }, description: "String", address_id: "AddressId", kms_key_arn: "KmsKeyARN", role_arn: "RoleARN", snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD notification: { sns_topic_arn: "SnsTopicARN", job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending notify_all: false, }, cluster_id: "ClusterId", snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD forwarding_address_id: "AddressId", tax_documents: { ind: { gstin: "GSTIN", }, }, device_configuration: { snowcone_device_configuration: { wireless_connection: { is_wifi_enabled: false, }, }, }, remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART long_term_pricing_id: "LongTermPricingId", }
@!attribute [rw] job_type
Defines the type of job that you're creating. @return [String]
@!attribute [rw] resources
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. @return [Types::JobResource]
@!attribute [rw] on_device_service_configuration
Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System). @return [Types::OnDeviceServiceConfiguration]
@!attribute [rw] description
Defines an optional description of this specific job, for example `Important Photos 2016-08-11`. @return [String]
@!attribute [rw] address_id
The ID for the address that you want the Snow device shipped to. @return [String]
@!attribute [rw] kms_key_arn
The `KmsKeyARN` that you want to associate with this job. `KmsKeyARN`s are created using the [CreateKey][1] AWS Key Management Service (KMS) API action. [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html @return [String]
@!attribute [rw] role_arn
The `RoleARN` that you want to associate with this job. `RoleArn`s are created using the [CreateRole][1] AWS Identity and Access Management (IAM) API action. [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html @return [String]
@!attribute [rw] snowball_capacity_preference
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*. @return [String]
@!attribute [rw] shipping_option
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: * In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. * In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. * In India, Snow devices are delivered in one to seven days. * In the US, you have access to one-day shipping and two-day shipping. @return [String]
@!attribute [rw] notification
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job. @return [Types::Notification]
@!attribute [rw] cluster_id
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. @return [String]
@!attribute [rw] snowball_type
The type of AWS Snow Family device to use for this job. <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE` device type. </note> The type of AWS 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][1] 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*. [1]: https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html @return [String]
@!attribute [rw] forwarding_address_id
The forwarding address ID for a job. This field is not supported in most Regions. @return [String]
@!attribute [rw] tax_documents
The tax documents required in your AWS Region. @return [Types::TaxDocuments]
@!attribute [rw] device_configuration
Defines the device configuration for an AWS 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*. @return [Types::DeviceConfiguration]
@!attribute [rw] remote_management
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 Client to manage the device. @return [String]
@!attribute [rw] long_term_pricing_id
The ID of the long-term pricing type for the device. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJobRequest AWS API Documentation
Constants
- SENSITIVE