---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_autoscaling_scheduled_action{% #aws_autoscaling_scheduled_action %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `auto_scaling_group_name`{% #auto_scaling_group_name %}

**Type**: `STRING` **Provider name**: `AutoScalingGroupName` **Description**: The name of the Auto Scaling group. 

## `desired_capacity`{% #desired_capacity %}

**Type**: `INT32` **Provider name**: `DesiredCapacity` **Description**: The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain. 

## `end_time`{% #end_time %}

**Type**: `TIMESTAMP` **Provider name**: `EndTime` **Description**: The date and time in UTC for the recurring schedule to end. For example, `"2019-06-01T00:00:00Z"`. 

## `max_size`{% #max_size %}

**Type**: `INT32` **Provider name**: `MaxSize` **Description**: The maximum size of the Auto Scaling group. 

## `min_size`{% #min_size %}

**Type**: `INT32` **Provider name**: `MinSize` **Description**: The minimum size of the Auto Scaling group. 

## `recurrence`{% #recurrence %}

**Type**: `STRING` **Provider name**: `Recurrence` **Description**: 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. 

## `scheduled_action_arn`{% #scheduled_action_arn %}

**Type**: `STRING` **Provider name**: `ScheduledActionARN` **Description**: The Amazon Resource Name (ARN) of the scheduled action. 

## `scheduled_action_name`{% #scheduled_action_name %}

**Type**: `STRING` **Provider name**: `ScheduledActionName` **Description**: The name of the scheduled action. 

## `start_time`{% #start_time %}

**Type**: `TIMESTAMP` **Provider name**: `StartTime` **Description**: The date and time in UTC for this action to start. For example, `"2019-06-01T00:00:00Z"`. 

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `time`{% #time %}

**Type**: `TIMESTAMP` **Provider name**: `Time` **Description**: This property is no longer used. 

## `time_zone`{% #time_zone %}

**Type**: `STRING` **Provider name**: `TimeZone` **Description**: The time zone for the cron expression. 
