

# ClusterEventDetail
<a name="API_ClusterEventDetail"></a>

Detailed information about a specific event in a HyperPod cluster.

## Contents
<a name="API_ClusterEventDetail_Contents"></a>

 ** ClusterArn **   <a name="sagemaker-Type-ClusterEventDetail-ClusterArn"></a>
The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 256.  
Pattern: `arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:cluster/[a-z0-9]{12}`   
Required: Yes

 ** ClusterName **   <a name="sagemaker-Type-ClusterEventDetail-ClusterName"></a>
The name of the HyperPod cluster associated with the event.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9])*`   
Required: Yes

 ** EventId **   <a name="sagemaker-Type-ClusterEventDetail-EventId"></a>
The unique identifier (UUID) of the event.  
Type: String  
Pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}`   
Required: Yes

 ** EventTime **   <a name="sagemaker-Type-ClusterEventDetail-EventTime"></a>
The timestamp when the event occurred.  
Type: Timestamp  
Required: Yes

 ** ResourceType **   <a name="sagemaker-Type-ClusterEventDetail-ResourceType"></a>
The type of resource associated with the event. Valid values are `Cluster`, `InstanceGroup`, or `Instance`.  
Type: String  
Valid Values: `Cluster | InstanceGroup | Instance`   
Required: Yes

 ** Description **   <a name="sagemaker-Type-ClusterEventDetail-Description"></a>
A human-readable description of the event.  
Type: String  
Required: No

 ** EventDetails **   <a name="sagemaker-Type-ClusterEventDetail-EventDetails"></a>
Additional details about the event, including event-specific metadata.  
Type: [EventDetails](API_EventDetails.md) object  
Required: No

 ** InstanceGroupName **   <a name="sagemaker-Type-ClusterEventDetail-InstanceGroupName"></a>
The name of the instance group associated with the event, if applicable.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 63.  
Pattern: `[a-zA-Z0-9](-*[a-zA-Z0-9])*`   
Required: No

 ** InstanceId **   <a name="sagemaker-Type-ClusterEventDetail-InstanceId"></a>
The EC2 instance ID associated with the event, if applicable.  
Type: String  
Required: No

## See Also
<a name="API_ClusterEventDetail_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sagemaker-2017-07-24/ClusterEventDetail) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sagemaker-2017-07-24/ClusterEventDetail) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sagemaker-2017-07-24/ClusterEventDetail) 