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_description | string | The description of the scheduled action. |
scheduled_action_name | string | The name of the scheduled action. The name must be unique within an account. |
end_time | string | The end time in UTC of the scheduled action. After this time, the scheduled action does not trigger. |
state | string | The state of the scheduled action. |
schedule | string | The schedule in `at( )` or `cron( )` format. |
iam_role | string | The IAM role to assume to run the target action. |
start_time | string | The start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger. |
enable | boolean | If true, the schedule is enabled. If false, the scheduled action does not trigger. |
target_action | object | A JSON format string of the Amazon Redshift API operation with input parameters. |
next_invocations | array | List of times when the scheduled action will run. |
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