GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Snowball::JobMetadata(3) User Contributed Perl Documentation Paws::Snowball::JobMetadata(3)

Paws::Snowball::JobMetadata

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Snowball::JobMetadata object:

  $service_obj->Method(Att1 => { AddressId => $value, ..., TaxDocuments => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Snowball::JobMetadata object:

  $result = $service_obj->Method(...);
  $result->Att1->AddressId

Contains information about a specific job including shipping information, job status, and other important metadata. This information is returned as a part of the response syntax of the "DescribeJob" action.

The ID for the address that you want the Snow device shipped to.

The 39-character ID for the cluster, for example "CID123e4567-e89b-12d3-a456-426655440000".

The creation date for this job.

A value that defines the real-time status of a Snow device's data transfer while the device is at AWS. This data is only available while a job has a "JobState" value of "InProgress", for both import and export jobs.

The description of the job, provided at job creation.

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.

The automatically generated ID for a job, for example "JID123e4567-e89b-12d3-a456-426655440000".

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.

The current status of the jobs.

The type of job.

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS 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 AWS KMS.

The ID of the long-term pricing type for the device.

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.

Represents metadata and configuration settings for services on an AWS Snow Family device.

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.

An array of "S3Resource" objects. Each "S3Resource" object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

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 AWS Identity and Access Management (IAM).

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

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" (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.

The type of device used with this job.

The metadata associated with the tax documents required in your AWS Region.

This class forms part of Paws, describing an object used in Paws::Snowball

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.