Skip to main content

scheduled_actions

Retrieves a list of scheduled_actions in a region

Overview

Namescheduled_actions
TypeResource
Descriptionscheduled_actions
Idawscc.redshift.scheduled_actions

Fields

NameDatatypeDescription
scheduled_action_namestringThe name of the scheduled action. The name must be unique within an account.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
scheduled_action_name
FROM awscc.redshift.scheduled_actions
WHERE region = 'us-east-1'

Permissions

To operate on the scheduled_actions resource, the following permissions are required:

Create

redshift:CreateScheduledAction,
redshift:DescribeScheduledActions,
redshift:DescribeTags,
redshift:PauseCluster,
redshift:ResumeCluster,
redshift:ResizeCluster,
iam:PassRole

List

redshift:DescribeTags,
redshift:DescribeScheduledActions