ListClusterEventsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the HyperPod cluster for which to list events.

Link copied to clipboard

The start of the time range for filtering events. Only events that occurred after this time are included in the results.

Link copied to clipboard

The end of the time range for filtering events. Only events that occurred before this time are included in the results.

Link copied to clipboard

The name of the instance group to filter events. If specified, only events related to this instance group are returned.

Link copied to clipboard

The maximum number of events to return in the response. Valid range is 1 to 100.

Link copied to clipboard

A token to retrieve the next set of results. This token is obtained from the output of a previous ListClusterEvents call.

Link copied to clipboard

The EC2 instance ID to filter events. If specified, only events related to this instance are returned.

Link copied to clipboard

The type of resource for which to filter events. Valid values are Cluster, InstanceGroup, or Instance.

Link copied to clipboard

The field to use for sorting the event list. Currently, the only supported value is EventTime.

Link copied to clipboard

The order in which to sort the results. Valid values are Ascending or Descending (the default is Descending).

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String