Module Values_0.AttachClusterNodeVolumeRequestSource

Attaches your Amazon Elastic Block Store (Amazon EBS) volume to a node in your EKS orchestrated HyperPod cluster. This API works with the Amazon Elastic Block Store (Amazon EBS) Container Storage Interface (CSI) driver to manage the lifecycle of persistent storage in your HyperPod EKS clusters.

Sourcetype nonrec t = {
  1. clusterArn : ClusterArn.t;
    (*

    The Amazon Resource Name (ARN) of your SageMaker HyperPod cluster containing the target node. Your cluster must use EKS as the orchestration and be in the InService state.

    *)
  2. nodeId : ClusterNodeId.t;
    (*

    The unique identifier of the cluster node to which you want to attach the volume. The node must belong to your specified HyperPod cluster and cannot be part of a Restricted Instance Group (RIG).

    *)
  3. volumeId : VolumeId.t;
    (*

    The unique identifier of your EBS volume to attach. The volume must be in the available state.

    *)
}
Sourceval context_ : string
Sourceval make : clusterArn:ClusterArn.t -> nodeId:ClusterNodeId.t -> volumeId:VolumeId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t