Skip to main content

scheduled_actions_list_only

Lists scheduled_actions in a region or regions, for all properties use scheduled_actions

Overview

Namescheduled_actions_list_only
TypeResource
DescriptionThe `AWS::Redshift::ScheduledAction` resource creates an Amazon Redshift Scheduled Action.
Idaws.redshift.scheduled_actions_list_only

Fields

NameDatatypeDescription
scheduled_action_descriptionstringThe description of the scheduled action.
scheduled_action_namestringThe name of the scheduled action. The name must be unique within an account.
end_timestringThe end time in UTC of the scheduled action. After this time, the scheduled action does not trigger.
statestringThe state of the scheduled action.
schedulestringThe schedule in `at( )` or `cron( )` format.
iam_rolestringThe IAM role to assume to run the target action.
start_timestringThe start time in UTC of the scheduled action. Before this time, the scheduled action does not trigger.
enablebooleanIf true, the schedule is enabled. If false, the scheduled action does not trigger.
target_actionobjectA JSON format string of the Amazon Redshift API operation with input parameters.
next_invocationsarrayList of times when the scheduled action will run.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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