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::ClusterMetadata(3) User Contributed Perl Documentation Paws::Snowball::ClusterMetadata(3)

Paws::Snowball::ClusterMetadata

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::ClusterMetadata 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::ClusterMetadata object:

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

Contains metadata about a specific cluster.

The automatically generated ID for a specific address.

The automatically generated ID for a cluster.

The current status of the cluster.

The creation date for this cluster.

The optional description of the cluster.

The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.

The type of job for this cluster. Currently, the only job type supported for clusters is "LOCAL_USE".

The "KmsKeyARN" Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey (https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) API action in AWS Key Management Service (AWS KMS).

The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.

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

The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.

The role ARN associated with this cluster. 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).

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

  • In Australia, you have access to express shipping. Typically, 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.

The type of AWS Snow device to use for this cluster.

For cluster jobs, AWS Snow Family currently supports only the "EDGE" device type.

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.