scheduled_actions
Retrieves a list of scheduled_actions
in a region
Overview
Name | scheduled_actions |
Type | Resource |
Description | scheduled_actions |
Id | awscc.redshift.scheduled_actions |
Fields
Name | Datatype | Description |
---|---|---|
scheduled_action_name | string | The name of the scheduled action. The name must be unique within an account. |
region | string | AWS 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