Skip to main content

scheduled_actions

Retrieves a list of scheduled_actions in a region

Overview

Namescheduled_actions
TypeResource
Descriptionscheduled_actions
Idawscc.autoscaling.scheduled_actions

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
scheduled_action_name,
auto_scaling_group_name
FROM awscc.autoscaling.scheduled_actions
WHERE region = 'us-east-1'

Permissions

To operate on the scheduled_actions resource, the following permissions are required:

Create

autoscaling:PutScheduledUpdateGroupAction,
autoscaling:DescribeScheduledActions

List

autoscaling:DescribeScheduledActions