NAME

Paws::Snowball::CreateCluster - Arguments for method CreateCluster on Paws::Snowball

DESCRIPTION

This class represents the parameters used for calling the method CreateCluster on the Amazon Import/Export Snowball service. Use the attributes of this class as arguments to method CreateCluster.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateCluster.

As an example:

$service_obj->CreateCluster(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

REQUIRED AddressId => Str

The ID for the address that you want the cluster shipped to.>

Description => Str

An optional description of this specific cluster, for example Environmental Data Cluster-01.

ForwardingAddressId => Str

The forwarding address ID for a cluster. This field is not supported in most regions.

REQUIRED JobType => Str

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

Valid values are: "IMPORT", "EXPORT", "LOCAL_USE"

KmsKeyARN => Str

The KmsKeyARN value that you want to associate with this cluster. KmsKeyARN values are created by using the CreateKey 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.

REQUIRED Resources => Paws::Snowball::JobResource

The resources associated with the cluster job. These resources include Amazon S3 buckets and optional AWS Lambda functions written in the Python language.

REQUIRED RoleARN => Str

The RoleARN that you want to associate with this cluster. RoleArn values are created by using the CreateRole API action in AWS Identity and Access Management (IAM).

REQUIRED ShippingOption => Str

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

  • In Australia, you have access to express shipping. Typically, appliances shipped express are delivered in about a day.

  • In the European Union (EU), you have access to express shipping. Typically, Snowball Edges 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, Snowball Edges are delivered in one to seven days.

  • In the US, you have access to one-day shipping and two-day shipping.

Valid values are: "SECOND_DAY", "NEXT_DAY", "EXPRESS", "STANDARD"

SnowballType => Str

The type of AWS Snowball appliance to use for this cluster. Currently, the only supported appliance type for cluster jobs is EDGE.

Valid values are: "STANDARD", "EDGE"

SEE ALSO

This class forms part of Paws, documenting arguments for method CreateCluster 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