v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14238527879.4 KB

Describes properties of scheduled actions.

get/#Action=DescribeScheduledActions

Query parameters

ScheduledActionNamestring

The name of the scheduled action to retrieve.

TargetActionType'ResizeCluster' | 'PauseCluster' | 'ResumeCluster'

The type of the scheduled actions to retrieve.

StartTimestring date-time

The start time in UTC of the scheduled actions to retrieve. Only active scheduled actions that have invocations after this time are retrieved.

EndTimestring date-time

The end time in UTC of the scheduled action to retrieve. Only active scheduled actions that have invocations before this time are retrieved.

Activeboolean

If true, retrieve only active scheduled actions. If false, retrieve only disabled scheduled actions.

Name'cluster-identifier' | 'iam-role' required

The type of element to filter.

Valuesstring[] required

List of values. Compare if the value (of type defined by <code>Name</code>) equals an item in the list of scheduled actions.

List of scheduled action filters.

Markerstring

An optional parameter that specifies the starting point to return a set of response records. When the results of a <a>DescribeScheduledActions</a> request exceed the value specified in <code>MaxRecords</code>, Amazon Web Services returns a value in the <code>Marker</code> field of the response. You can retrieve the next set of response records by providing the returned marker value in the <code>Marker</code> parameter and retrying the request.

MaxRecordsinteger
<p>The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified <code>MaxRecords</code> value, a value is returned in a <code>marker</code> field of the response. You can retrieve the next set of records by retrying the command with the returned marker value. </p> <p>Default: <code>100</code> </p> <p>Constraints: minimum 20, maximum 100.</p>
Action'DescribeScheduledActions' required
Version'2012-12-01' required

Response

Success