ListClusterSchedulerConfigsRequest

Types

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

Properties

Link copied to clipboard

Filter for ARN of the cluster.

Link copied to clipboard

Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.

Link copied to clipboard

Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.

Link copied to clipboard

The maximum number of cluster policies to list.

Link copied to clipboard

Filter for name containing this string.

Link copied to clipboard

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

Link copied to clipboard

Filter for sorting the list by a given value. For example, sort by name, creation time, or status.

Link copied to clipboard

The order of the list. By default, listed in Descending order according to by SortBy. To change the list order, you can specify SortOrder to be Ascending.

Link copied to clipboard

Filter for status.

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