---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_snowball_job{% #aws_snowball_job %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `job_metadata`{% #job_metadata %}

**Type**: `STRUCT`**Provider name**: `JobMetadata`**Description**: Information about a specific job, including shipping information, job status, and other important metadata.

- `address_id`**Type**: `STRING`**Provider name**: `AddressId`**Description**: The ID for the address that you want the Snow device shipped to.
- `cluster_id`**Type**: `STRING`**Provider name**: `ClusterId`**Description**: The 39-character ID for the cluster, for example `CID123e4567-e89b-12d3-a456-426655440000`.
- `creation_date`**Type**: `TIMESTAMP`**Provider name**: `CreationDate`**Description**: The creation date for this job.
- `data_transfer_progress`**Type**: `STRUCT`**Provider name**: `DataTransferProgress`**Description**: A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web Services. This data is only available while a job has a `JobState` value of `InProgress`, for both import and export jobs.
  - `bytes_transferred`**Type**: `INT64`**Provider name**: `BytesTransferred`**Description**: The number of bytes transferred between a Snow device and Amazon S3.
  - `objects_transferred`**Type**: `INT64`**Provider name**: `ObjectsTransferred`**Description**: The number of objects transferred between a Snow device and Amazon S3.
  - `total_bytes`**Type**: `INT64`**Provider name**: `TotalBytes`**Description**: The total bytes of data for a transfer between a Snow device and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
  - `total_objects`**Type**: `INT64`**Provider name**: `TotalObjects`**Description**: The total number of objects for a transfer between a Snow device and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
- `description`**Type**: `STRING`**Provider name**: `Description`**Description**: The description of the job, provided at job creation.
- `device_configuration`**Type**: `STRUCT`**Provider name**: `DeviceConfiguration`
  - `snowcone_device_configuration`**Type**: `STRUCT`**Provider name**: `SnowconeDeviceConfiguration`**Description**: Returns information about the device configuration for an Snowcone job.
    - `wireless_connection`**Type**: `STRUCT`**Provider name**: `WirelessConnection`**Description**: Configures the wireless connection for the Snowcone device.
      - `is_wifi_enabled`**Type**: `BOOLEAN`**Provider name**: `IsWifiEnabled`**Description**: Enables the Wi-Fi adapter on an Snowcone device.
- `forwarding_address_id`**Type**: `STRING`**Provider name**: `ForwardingAddressId`**Description**: The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
- `impact_level`**Type**: `STRING`**Provider name**: `ImpactLevel`**Description**: The highest impact level of data that will be stored or processed on the device, provided at job creation.
- `job_id`**Type**: `STRING`**Provider name**: `JobId`**Description**: The automatically generated ID for a job, for example `JID123e4567-e89b-12d3-a456-426655440000`.
- `job_log_info`**Type**: `STRUCT`**Provider name**: `JobLogInfo`**Description**: Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.
  - `job_completion_report_uri`**Type**: `STRING`**Provider name**: `JobCompletionReportURI`**Description**: A link to an Amazon S3 presigned URL where the job completion report is located.
  - `job_failure_log_uri`**Type**: `STRING`**Provider name**: `JobFailureLogURI`**Description**: A link to an Amazon S3 presigned URL where the job failure log is located.
  - `job_success_log_uri`**Type**: `STRING`**Provider name**: `JobSuccessLogURI`**Description**: A link to an Amazon S3 presigned URL where the job success log is located.
- `job_state`**Type**: `STRING`**Provider name**: `JobState`**Description**: The current status of the jobs.
- `job_type`**Type**: `STRING`**Provider name**: `JobType`**Description**: The type of job.
- `kms_key_arn`**Type**: `STRING`**Provider name**: `KmsKeyARN`**Description**: The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the [CreateKey](https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) API action in KMS.
- `long_term_pricing_id`**Type**: `STRING`**Provider name**: `LongTermPricingId`**Description**: The ID of the long-term pricing type for the device.
- `notification`**Type**: `STRUCT`**Provider name**: `Notification`**Description**: The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The `Notification` object is returned as a part of the response syntax of the `DescribeJob` action in the `JobMetadata` data type.
  - `device_pickup_sns_topic_arn`**Type**: `STRING`**Provider name**: `DevicePickupSnsTopicARN`**Description**: Used to send SNS notifications for the person picking up the device (identified during job creation).
  - `job_states_to_notify`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `JobStatesToNotify`**Description**: The list of job states that will trigger a notification for this job.
  - `notify_all`**Type**: `BOOLEAN`**Provider name**: `NotifyAll`**Description**: Any change in job state will trigger a notification for this job.
  - `sns_topic_arn`**Type**: `STRING`**Provider name**: `SnsTopicARN`**Description**: The new SNS `TopicArn` that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the [CreateTopic](https://docs.aws.amazon.com/sns/latest/api/API_CreateTopic.html) Amazon SNS API action. You can subscribe email addresses to an Amazon SNS topic through the Amazon Web Services Management Console, or by using the [Subscribe](https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html) Amazon Simple Notification Service (Amazon SNS) API action.
- `on_device_service_configuration`**Type**: `STRUCT`**Provider name**: `OnDeviceServiceConfiguration`**Description**: Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
  - `eks_on_device_service`**Type**: `STRUCT`**Provider name**: `EKSOnDeviceService`**Description**: The configuration of EKS Anywhere on the Snow Family device.
    - `eks_anywhere_version`**Type**: `STRING`**Provider name**: `EKSAnywhereVersion`**Description**: The optional version of EKS Anywhere on the Snow Family device.
    - `kubernetes_version`**Type**: `STRING`**Provider name**: `KubernetesVersion`**Description**: The Kubernetes version for EKS Anywhere on the Snow Family device.
  - `nfs_on_device_service`**Type**: `STRUCT`**Provider name**: `NFSOnDeviceService`**Description**: Represents the NFS (Network File System) service on a Snow Family device.
    - `storage_limit`**Type**: `INT32`**Provider name**: `StorageLimit`**Description**: The maximum NFS storage for one Snow Family device.
    - `storage_unit`**Type**: `STRING`**Provider name**: `StorageUnit`**Description**: The scale unit of the NFS storage on the device. Valid values: TB.
  - `s3_on_device_service`**Type**: `STRUCT`**Provider name**: `S3OnDeviceService`**Description**: Configuration for Amazon S3 compatible storage on Snow family devices.
    - `fault_tolerance`**Type**: `INT32`**Provider name**: `FaultTolerance`**Description**: >Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified `StorageLimit` matches more than one Amazon S3 compatible storage on Snow family devices service configuration.
    - `service_size`**Type**: `INT32`**Provider name**: `ServiceSize`**Description**: Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.
    - `storage_limit`**Type**: `DOUBLE`**Provider name**: `StorageLimit`**Description**: If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.
    - `storage_unit`**Type**: `STRING`**Provider name**: `StorageUnit`**Description**: Storage unit. Currently the only supported unit is TB.
  - `tgw_on_device_service`**Type**: `STRUCT`**Provider name**: `TGWOnDeviceService`**Description**: Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
    - `storage_limit`**Type**: `INT32`**Provider name**: `StorageLimit`**Description**: The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.
    - `storage_unit`**Type**: `STRING`**Provider name**: `StorageUnit`**Description**: The scale unit of the virtual tapes on the device.
- `pickup_details`**Type**: `STRUCT`**Provider name**: `PickupDetails`**Description**: Information identifying the person picking up the device.
  - `device_pickup_id`**Type**: `STRING`**Provider name**: `DevicePickupId`**Description**: The unique ID for a device that will be picked up.
  - `email`**Type**: `STRING`**Provider name**: `Email`**Description**: The email address of the person picking up the device.
  - `identification_expiration_date`**Type**: `TIMESTAMP`**Provider name**: `IdentificationExpirationDate`**Description**: Expiration date of the credential identifying the person picking up the device.
  - `identification_issuing_org`**Type**: `STRING`**Provider name**: `IdentificationIssuingOrg`**Description**: Organization that issued the credential identifying the person picking up the device.
  - `identification_number`**Type**: `STRING`**Provider name**: `IdentificationNumber`**Description**: The number on the credential identifying the person picking up the device.
  - `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the person picking up the device.
  - `phone_number`**Type**: `STRING`**Provider name**: `PhoneNumber`**Description**: The phone number of the person picking up the device.
- `remote_management`**Type**: `STRING`**Provider name**: `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 Client to manage the device.
- `resources`**Type**: `STRUCT`**Provider name**: `Resources`**Description**: An array of `S3Resource` objects. Each `S3Resource` object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.
  - `ec2_ami_resources`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Ec2AmiResources`**Description**: The Amazon Machine Images (AMIs) associated with this job.
    - `ami_id`**Type**: `STRING`**Provider name**: `AmiId`**Description**: The ID of the AMI in Amazon EC2.
    - `snowball_ami_id`**Type**: `STRING`**Provider name**: `SnowballAmiId`**Description**: The ID of the AMI on the Snow device.
  - `lambda_resources`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `LambdaResources`**Description**: The Python-language Lambda functions for this job.
    - `event_triggers`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `EventTriggers`**Description**: The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
      - `event_resource_arn`**Type**: `STRING`**Provider name**: `EventResourceARN`**Description**: The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job.
    - `lambda_arn`**Type**: `STRING`**Provider name**: `LambdaArn`**Description**: An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.
  - `s3_resources`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `S3Resources`**Description**: An array of `S3Resource` objects.
    - `bucket_arn`**Type**: `STRING`**Provider name**: `BucketArn`**Description**: The Amazon Resource Name (ARN) of an Amazon S3 bucket.
    - `key_range`**Type**: `STRUCT`**Provider name**: `KeyRange`**Description**: For export jobs, you can provide an optional `KeyRange` within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive `BeginMarker`, an inclusive `EndMarker`, or both. Ranges are UTF-8 binary sorted.
      - `begin_marker`**Type**: `STRING`**Provider name**: `BeginMarker`**Description**: The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
      - `end_marker`**Type**: `STRING`**Provider name**: `EndMarker`**Description**: The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
    - `target_on_device_services`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `TargetOnDeviceServices`**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).
      - `service_name`**Type**: `STRING`**Provider name**: `ServiceName`**Description**: Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
      - `transfer_option`**Type**: `STRING`**Provider name**: `TransferOption`**Description**: Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
- `role_arn`**Type**: `STRING`**Provider name**: `RoleARN`**Description**: The role ARN associated with this job. This ARN was created using the [CreateRole](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html) API action in Identity and Access Management.
- `shipping_details`**Type**: `STRUCT`**Provider name**: `ShippingDetails`**Description**: A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
  - `inbound_shipment`**Type**: `STRUCT`**Provider name**: `InboundShipment`**Description**: The `Status` and `TrackingNumber` values for a Snow device being returned to Amazon Web Services for a particular job.
    - `status`**Type**: `STRING`**Provider name**: `Status`**Description**: Status information for a shipment.
    - `tracking_number`**Type**: `STRING`**Provider name**: `TrackingNumber`**Description**: The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it. For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
  - `outbound_shipment`**Type**: `STRUCT`**Provider name**: `OutboundShipment`**Description**: The `Status` and `TrackingNumber` values for a Snow device being delivered to the address that you specified for a particular job.
    - `status`**Type**: `STRING`**Provider name**: `Status`**Description**: Status information for a shipment.
    - `tracking_number`**Type**: `STRING`**Provider name**: `TrackingNumber`**Description**: The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it. For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
  - `shipping_option`**Type**: `STRING`**Provider name**: `ShippingOption`**Description**: The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the Snow device from the job's creation date. This speed represents how quickly it 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 United States of America (US), you have access to one-day shipping and two-day shipping.
- `snowball_capacity_preference`**Type**: `STRING`**Provider name**: `SnowballCapacityPreference`**Description**: The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs. For more information, see "[https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"](https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html%22) (Snow Family Devices and Capacity) in the Snowcone User Guide or "[https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"](https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html%22) (Snow Family Devices and Capacity) in the Snowcone User Guide.
- `snowball_id`**Type**: `STRING`**Provider name**: `SnowballId`**Description**: Unique ID associated with a device.
- `snowball_type`**Type**: `STRING`**Provider name**: `SnowballType`**Description**: The type of device used with this job.
- `tax_documents`**Type**: `STRUCT`**Provider name**: `TaxDocuments`**Description**: The metadata associated with the tax documents required in your Amazon Web Services Region.
  - `ind`**Type**: `STRUCT`**Provider name**: `IND`
    - `gstin`**Type**: `STRING`**Provider name**: `GSTIN`**Description**: The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.

## `sub_job_metadata`{% #sub_job_metadata %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `SubJobMetadata`**Description**: Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

- `address_id`**Type**: `STRING`**Provider name**: `AddressId`**Description**: The ID for the address that you want the Snow device shipped to.
- `cluster_id`**Type**: `STRING`**Provider name**: `ClusterId`**Description**: The 39-character ID for the cluster, for example `CID123e4567-e89b-12d3-a456-426655440000`.
- `creation_date`**Type**: `TIMESTAMP`**Provider name**: `CreationDate`**Description**: The creation date for this job.
- `data_transfer_progress`**Type**: `STRUCT`**Provider name**: `DataTransferProgress`**Description**: A value that defines the real-time status of a Snow device's data transfer while the device is at Amazon Web Services. This data is only available while a job has a `JobState` value of `InProgress`, for both import and export jobs.
  - `bytes_transferred`**Type**: `INT64`**Provider name**: `BytesTransferred`**Description**: The number of bytes transferred between a Snow device and Amazon S3.
  - `objects_transferred`**Type**: `INT64`**Provider name**: `ObjectsTransferred`**Description**: The number of objects transferred between a Snow device and Amazon S3.
  - `total_bytes`**Type**: `INT64`**Provider name**: `TotalBytes`**Description**: The total bytes of data for a transfer between a Snow device and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
  - `total_objects`**Type**: `INT64`**Provider name**: `TotalObjects`**Description**: The total number of objects for a transfer between a Snow device and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
- `description`**Type**: `STRING`**Provider name**: `Description`**Description**: The description of the job, provided at job creation.
- `device_configuration`**Type**: `STRUCT`**Provider name**: `DeviceConfiguration`
  - `snowcone_device_configuration`**Type**: `STRUCT`**Provider name**: `SnowconeDeviceConfiguration`**Description**: Returns information about the device configuration for an Snowcone job.
    - `wireless_connection`**Type**: `STRUCT`**Provider name**: `WirelessConnection`**Description**: Configures the wireless connection for the Snowcone device.
      - `is_wifi_enabled`**Type**: `BOOLEAN`**Provider name**: `IsWifiEnabled`**Description**: Enables the Wi-Fi adapter on an Snowcone device.
- `forwarding_address_id`**Type**: `STRING`**Provider name**: `ForwardingAddressId`**Description**: The ID of the address that you want a job shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
- `impact_level`**Type**: `STRING`**Provider name**: `ImpactLevel`**Description**: The highest impact level of data that will be stored or processed on the device, provided at job creation.
- `job_id`**Type**: `STRING`**Provider name**: `JobId`**Description**: The automatically generated ID for a job, for example `JID123e4567-e89b-12d3-a456-426655440000`.
- `job_log_info`**Type**: `STRUCT`**Provider name**: `JobLogInfo`**Description**: Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snow device for your job part is being delivered to you.
  - `job_completion_report_uri`**Type**: `STRING`**Provider name**: `JobCompletionReportURI`**Description**: A link to an Amazon S3 presigned URL where the job completion report is located.
  - `job_failure_log_uri`**Type**: `STRING`**Provider name**: `JobFailureLogURI`**Description**: A link to an Amazon S3 presigned URL where the job failure log is located.
  - `job_success_log_uri`**Type**: `STRING`**Provider name**: `JobSuccessLogURI`**Description**: A link to an Amazon S3 presigned URL where the job success log is located.
- `job_state`**Type**: `STRING`**Provider name**: `JobState`**Description**: The current status of the jobs.
- `job_type`**Type**: `STRING`**Provider name**: `JobType`**Description**: The type of job.
- `kms_key_arn`**Type**: `STRING`**Provider name**: `KmsKeyARN`**Description**: The Amazon Resource Name (ARN) for the Key Management Service (KMS) key associated with this job. This ARN was created using the [CreateKey](https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) API action in KMS.
- `long_term_pricing_id`**Type**: `STRING`**Provider name**: `LongTermPricingId`**Description**: The ID of the long-term pricing type for the device.
- `notification`**Type**: `STRUCT`**Provider name**: `Notification`**Description**: The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The `Notification` object is returned as a part of the response syntax of the `DescribeJob` action in the `JobMetadata` data type.
  - `device_pickup_sns_topic_arn`**Type**: `STRING`**Provider name**: `DevicePickupSnsTopicARN`**Description**: Used to send SNS notifications for the person picking up the device (identified during job creation).
  - `job_states_to_notify`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `JobStatesToNotify`**Description**: The list of job states that will trigger a notification for this job.
  - `notify_all`**Type**: `BOOLEAN`**Provider name**: `NotifyAll`**Description**: Any change in job state will trigger a notification for this job.
  - `sns_topic_arn`**Type**: `STRING`**Provider name**: `SnsTopicARN`**Description**: The new SNS `TopicArn` that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the [CreateTopic](https://docs.aws.amazon.com/sns/latest/api/API_CreateTopic.html) Amazon SNS API action. You can subscribe email addresses to an Amazon SNS topic through the Amazon Web Services Management Console, or by using the [Subscribe](https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html) Amazon Simple Notification Service (Amazon SNS) API action.
- `on_device_service_configuration`**Type**: `STRUCT`**Provider name**: `OnDeviceServiceConfiguration`**Description**: Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
  - `eks_on_device_service`**Type**: `STRUCT`**Provider name**: `EKSOnDeviceService`**Description**: The configuration of EKS Anywhere on the Snow Family device.
    - `eks_anywhere_version`**Type**: `STRING`**Provider name**: `EKSAnywhereVersion`**Description**: The optional version of EKS Anywhere on the Snow Family device.
    - `kubernetes_version`**Type**: `STRING`**Provider name**: `KubernetesVersion`**Description**: The Kubernetes version for EKS Anywhere on the Snow Family device.
  - `nfs_on_device_service`**Type**: `STRUCT`**Provider name**: `NFSOnDeviceService`**Description**: Represents the NFS (Network File System) service on a Snow Family device.
    - `storage_limit`**Type**: `INT32`**Provider name**: `StorageLimit`**Description**: The maximum NFS storage for one Snow Family device.
    - `storage_unit`**Type**: `STRING`**Provider name**: `StorageUnit`**Description**: The scale unit of the NFS storage on the device. Valid values: TB.
  - `s3_on_device_service`**Type**: `STRUCT`**Provider name**: `S3OnDeviceService`**Description**: Configuration for Amazon S3 compatible storage on Snow family devices.
    - `fault_tolerance`**Type**: `INT32`**Provider name**: `FaultTolerance`**Description**: >Fault tolerance level of the cluster. This indicates the number of nodes that can go down without degrading the performance of the cluster. This additional input helps when the specified `StorageLimit` matches more than one Amazon S3 compatible storage on Snow family devices service configuration.
    - `service_size`**Type**: `INT32`**Provider name**: `ServiceSize`**Description**: Applicable when creating a cluster. Specifies how many nodes are needed for Amazon S3 compatible storage on Snow family devices. If specified, the other input can be omitted.
    - `storage_limit`**Type**: `DOUBLE`**Provider name**: `StorageLimit`**Description**: If the specified storage limit value matches storage limit of one of the defined configurations, that configuration will be used. If the specified storage limit value does not match any defined configuration, the request will fail. If more than one configuration has the same storage limit as specified, the other input need to be provided.
    - `storage_unit`**Type**: `STRING`**Provider name**: `StorageUnit`**Description**: Storage unit. Currently the only supported unit is TB.
  - `tgw_on_device_service`**Type**: `STRUCT`**Provider name**: `TGWOnDeviceService`**Description**: Represents the Storage Gateway service Tape Gateway type on a Snow Family device.
    - `storage_limit`**Type**: `INT32`**Provider name**: `StorageLimit`**Description**: The maximum number of virtual tapes to store on one Snow Family device. Due to physical resource limitations, this value must be set to 80 for Snowball Edge.
    - `storage_unit`**Type**: `STRING`**Provider name**: `StorageUnit`**Description**: The scale unit of the virtual tapes on the device.
- `pickup_details`**Type**: `STRUCT`**Provider name**: `PickupDetails`**Description**: Information identifying the person picking up the device.
  - `device_pickup_id`**Type**: `STRING`**Provider name**: `DevicePickupId`**Description**: The unique ID for a device that will be picked up.
  - `email`**Type**: `STRING`**Provider name**: `Email`**Description**: The email address of the person picking up the device.
  - `identification_expiration_date`**Type**: `TIMESTAMP`**Provider name**: `IdentificationExpirationDate`**Description**: Expiration date of the credential identifying the person picking up the device.
  - `identification_issuing_org`**Type**: `STRING`**Provider name**: `IdentificationIssuingOrg`**Description**: Organization that issued the credential identifying the person picking up the device.
  - `identification_number`**Type**: `STRING`**Provider name**: `IdentificationNumber`**Description**: The number on the credential identifying the person picking up the device.
  - `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the person picking up the device.
  - `phone_number`**Type**: `STRING`**Provider name**: `PhoneNumber`**Description**: The phone number of the person picking up the device.
- `remote_management`**Type**: `STRING`**Provider name**: `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 Client to manage the device.
- `resources`**Type**: `STRUCT`**Provider name**: `Resources`**Description**: An array of `S3Resource` objects. Each `S3Resource` object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.
  - `ec2_ami_resources`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Ec2AmiResources`**Description**: The Amazon Machine Images (AMIs) associated with this job.
    - `ami_id`**Type**: `STRING`**Provider name**: `AmiId`**Description**: The ID of the AMI in Amazon EC2.
    - `snowball_ami_id`**Type**: `STRING`**Provider name**: `SnowballAmiId`**Description**: The ID of the AMI on the Snow device.
  - `lambda_resources`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `LambdaResources`**Description**: The Python-language Lambda functions for this job.
    - `event_triggers`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `EventTriggers`**Description**: The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
      - `event_resource_arn`**Type**: `STRING`**Provider name**: `EventResourceARN`**Description**: The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job.
    - `lambda_arn`**Type**: `STRING`**Provider name**: `LambdaArn`**Description**: An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.
  - `s3_resources`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `S3Resources`**Description**: An array of `S3Resource` objects.
    - `bucket_arn`**Type**: `STRING`**Provider name**: `BucketArn`**Description**: The Amazon Resource Name (ARN) of an Amazon S3 bucket.
    - `key_range`**Type**: `STRUCT`**Provider name**: `KeyRange`**Description**: For export jobs, you can provide an optional `KeyRange` within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive `BeginMarker`, an inclusive `EndMarker`, or both. Ranges are UTF-8 binary sorted.
      - `begin_marker`**Type**: `STRING`**Provider name**: `BeginMarker`**Description**: The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
      - `end_marker`**Type**: `STRING`**Provider name**: `EndMarker`**Description**: The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.
    - `target_on_device_services`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `TargetOnDeviceServices`**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).
      - `service_name`**Type**: `STRING`**Provider name**: `ServiceName`**Description**: Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
      - `transfer_option`**Type**: `STRING`**Provider name**: `TransferOption`**Description**: Specifies whether the data is being imported or exported. You can import or export the data, or use it locally on the device.
- `role_arn`**Type**: `STRING`**Provider name**: `RoleARN`**Description**: The role ARN associated with this job. This ARN was created using the [CreateRole](https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html) API action in Identity and Access Management.
- `shipping_details`**Type**: `STRUCT`**Provider name**: `ShippingDetails`**Description**: A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.
  - `inbound_shipment`**Type**: `STRUCT`**Provider name**: `InboundShipment`**Description**: The `Status` and `TrackingNumber` values for a Snow device being returned to Amazon Web Services for a particular job.
    - `status`**Type**: `STRING`**Provider name**: `Status`**Description**: Status information for a shipment.
    - `tracking_number`**Type**: `STRING`**Provider name**: `TrackingNumber`**Description**: The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it. For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
  - `outbound_shipment`**Type**: `STRUCT`**Provider name**: `OutboundShipment`**Description**: The `Status` and `TrackingNumber` values for a Snow device being delivered to the address that you specified for a particular job.
    - `status`**Type**: `STRING`**Provider name**: `Status`**Description**: Status information for a shipment.
    - `tracking_number`**Type**: `STRING`**Provider name**: `TrackingNumber`**Description**: The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snow device as the carrier transports it. For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.
  - `shipping_option`**Type**: `STRING`**Provider name**: `ShippingOption`**Description**: The shipping speed for a particular job. This speed doesn't dictate how soon you'll get the Snow device from the job's creation date. This speed represents how quickly it 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 United States of America (US), you have access to one-day shipping and two-day shipping.
- `snowball_capacity_preference`**Type**: `STRING`**Provider name**: `SnowballCapacityPreference`**Description**: The Snow device capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs. For more information, see "[https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"](https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html%22) (Snow Family Devices and Capacity) in the Snowcone User Guide or "[https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"](https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html%22) (Snow Family Devices and Capacity) in the Snowcone User Guide.
- `snowball_id`**Type**: `STRING`**Provider name**: `SnowballId`**Description**: Unique ID associated with a device.
- `snowball_type`**Type**: `STRING`**Provider name**: `SnowballType`**Description**: The type of device used with this job.
- `tax_documents`**Type**: `STRUCT`**Provider name**: `TaxDocuments`**Description**: The metadata associated with the tax documents required in your Amazon Web Services Region.
  - `ind`**Type**: `STRUCT`**Provider name**: `IND`
    - `gstin`**Type**: `STRING`**Provider name**: `GSTIN`**Description**: The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
