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::AutoScaling::ScheduledAction resource specifies an Amazon EC2 Auto Scaling scheduled action so that the Auto Scaling group can change the number of instances available for your application in response to predictable load changes.
Idaws.autoscaling.scheduled_actions_list_only

Fields

NameDatatypeDescription
scheduled_action_namestringAuto-generated unique identifier
auto_scaling_group_namestringThe name of the Auto Scaling group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all scheduled_actions in a region.

SELECT
region,
scheduled_action_name,
auto_scaling_group_name
FROM aws.autoscaling.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