scheduled_actions
Retrieves a list of scheduled_actions
in a region
Overview
Name | scheduled_actions |
Type | Resource |
Description | scheduled_actions |
Id | awscc.autoscaling.scheduled_actions |
Fields
Name | Datatype | Description |
---|---|---|
scheduled_action_name | string | Auto-generated unique identifier |
auto_scaling_group_name | string | The name of the Auto Scaling group. |
region | string | AWS 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