NAME

Paws::Snowball::ClusterMetadata

USAGE

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

DESCRIPTION

Contains metadata about a specific cluster.

ATTRIBUTES

AddressId => Str

The automatically generated ID for a specific address.

ClusterId => Str

The automatically generated ID for a cluster.

ClusterState => Str

The current status of the cluster.

CreationDate => Str

The creation date for this cluster.

Description => Str

The optional description of the cluster.

ForwardingAddressId => Str

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.

JobType => Str

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

KmsKeyARN => Str

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).

Notification => Paws::Snowball::Notification

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

OnDeviceServiceConfiguration => Paws::Snowball::OnDeviceServiceConfiguration

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

Resources => Paws::Snowball::JobResource

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

RoleARN => Str

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).

ShippingOption => Str

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.

SnowballType => Str

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

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

TaxDocuments => Paws::Snowball::TaxDocuments

The tax documents required in your AWS Region.

SEE ALSO

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

BUGS and CONTRIBUTIONS

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