scheduled_actions_list_only
Lists scheduled_actions in a region or regions, for all properties use scheduled_actions
Overview
| Name | scheduled_actions_list_only |
| Type | Resource |
| Description | The AWS::Redshift::ScheduledAction resource creates an Amazon Redshift Scheduled Action. |
| Id | aws.redshift.scheduled_actions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
scheduled_action_name | string | The name of the scheduled action. The name must be unique within an account. |
schedule | string | The schedule in at( ) or cron( ) format. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all scheduled_actions in a region.
SELECT
region,
scheduled_action_name
FROM aws.redshift.scheduled_actions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the scheduled_actions_list_only resource, see scheduled_actions