Values.ClusterMetadataSourceContains metadata about a specific cluster.
type nonrec t = {clusterId : String_.t option;The automatically generated ID for a cluster.
*)description : String_.t option;The optional description of the cluster.
*)kmsKeyARN : KmsKeyARN.t option;The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey API action in Key Management Service (KMS.
*)roleARN : RoleARN.t option;The role ARN associated with this cluster. This ARN was created using the CreateRole API action in Identity and Access Management (IAM).
*)clusterState : ClusterState.t option;The current status of the cluster.
*)jobType : JobType.t option;The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.
*)snowballType : SnowballType.t option;The type of Snowball Edge device to use for this cluster. For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.
*)creationDate : Timestamp.t option;The creation date for this cluster.
*)resources : JobResource.t option;The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
*)addressId : AddressId.t option;The automatically generated ID for a specific address.
*)shippingOption : ShippingOption.t option;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.
*)notification : Notification.t option;The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
*)forwardingAddressId : AddressId.t option;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.
*)taxDocuments : TaxDocuments.t option;The tax documents required in your Amazon Web Services Region.
*)onDeviceServiceConfiguration : OnDeviceServiceConfiguration.t option;Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
*)}val make :
?clusterId:??? ->
?description:??? ->
?kmsKeyARN:??? ->
?roleARN:??? ->
?clusterState:??? ->
?jobType:??? ->
?snowballType:??? ->
?creationDate:??? ->
?resources:??? ->
?addressId:??? ->
?shippingOption:??? ->
?notification:??? ->
?forwardingAddressId:??? ->
?taxDocuments:??? ->
?onDeviceServiceConfiguration:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceARN.t ])
list ]
list
| `String of ResourceARN.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]
list
| `String of SnsTopicARN.t
| `Structure of
(string
* [> `Double of S3StorageLimit.t
| `Enum of string
| `Integer of StorageLimit.t
| `String of GSTIN.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]