ClusterMetadata
Contains metadata about a specific cluster.
Contents
- AddressId
-
The automatically generated ID for a specific address.
Type: String
Length Constraints: Fixed length of 40.
Pattern:
ADID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Required: No
- ClusterId
-
The automatically generated ID for a cluster.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*
Required: No
- ClusterState
-
The current status of the cluster.
Type: String
Valid Values:
AwaitingQuorum | Pending | InUse | Complete | Cancelled
Required: No
- CreationDate
-
The creation date for this cluster.
Type: Timestamp
Required: No
- Description
-
The optional description of the cluster.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*
Required: No
- ForwardingAddressId
-
This field is not supported in your region.
Type: String
Length Constraints: Fixed length of 40.
Pattern:
ADID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Required: No
- JobType
-
The type of job for this cluster. Currently, the only job type supported for clusters is
LOCAL_USE
.Type: String
Valid Values:
IMPORT | EXPORT | LOCAL_USE
Required: No
- KmsKeyARN
-
The
KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey API action in AWS Key Management Service (AWS KMS.Type: String
Length Constraints: Maximum length of 255.
Pattern:
arn:aws.*:kms:.*:[0-9]{12}:key/.*
Required: No
- Notification
-
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
Type: Notification object
Required: No
- OnDeviceServiceConfiguration
-
Represents metadata and configuration settings for services on an AWS Snow Family device.
Type: OnDeviceServiceConfiguration object
Required: No
- Resources
-
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
Type: JobResource object
Required: No
- RoleARN
-
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).
Type: String
Length Constraints: Maximum length of 255.
Pattern:
arn:aws.*:iam::[0-9]{12}:role/.*
Required: No
- ShippingOption
-
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.
Type: String
Valid Values:
SECOND_DAY | NEXT_DAY | EXPRESS | STANDARD
Required: No
-
- SnowballType
-
The type of Snowcone device to use for this cluster.
Note
For cluster jobs, AWS Snow Family currently supports only the
EDGE
device type.Type: String
Valid Values:
STANDARD | EDGE | EDGE_C | EDGE_CG | EDGE_S | SNC1_HDD | SNC1_SSD | V3_5C | V3_5S | RACK_5U_C
Required: No
- TaxDocuments
-
The tax documents required in your AWS Region.
Type: TaxDocuments object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: