scheduled_actions_list_only
Lists scheduled_actions
in a region or regions, for all properties use scheduled_actions
Overview
Name | scheduled_actions_list_only |
Type | Resource |
Description | The 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. |
Id | aws.autoscaling.scheduled_actions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
scheduled_action_name | string | Auto-generated unique identifier |
min_size | integer | The minimum size of the Auto Scaling group. |
recurrence | string | The recurring schedule for the action, in Unix cron syntax format. When StartTime and EndTime are specified with Recurrence , they form the boundaries of when the recurring action starts and stops. |
time_zone | string | The time zone for the cron expression. |
end_time | string | The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored. |
auto_scaling_group_name | string | The name of the Auto Scaling group. |
start_time | string | The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored. |
desired_capacity | integer | The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain. |
max_size | integer | The minimum size of the Auto Scaling group. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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