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_namestringThe name of the scheduled action. The name must be unique within an account.
schedulestringThe schedule in `at( )` or `cron( )` format.
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