{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-autoscaling-scheduledaction.json",
  "title": "AWSAutoScalingScheduledActionProperties",
  "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.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-autoscaling-scheduledaction.json",
    "sourceSha256": "46b271f56263e0199e9097822c7b072f687e96338ca7def2ca3047a54c3f443b"
  },
  "type": "object",
  "properties": {
    "MinSize": {
      "description": "The minimum size of the Auto Scaling group.",
      "type": "integer"
    },
    "Recurrence": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "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."
    },
    "TimeZone": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The time zone for the cron expression."
    },
    "EndTime": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The latest scheduled start time to return. If scheduled action names are provided, this parameter is ignored."
    },
    "AutoScalingGroupName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the Auto Scaling group."
    },
    "StartTime": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The earliest scheduled start time to return. If scheduled action names are provided, this parameter is ignored."
    },
    "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.",
      "type": "integer"
    },
    "MaxSize": {
      "description": "The minimum size of the Auto Scaling group.",
      "type": "integer"
    }
  },
  "typeName": "AWS::AutoScaling::ScheduledAction",
  "tagging": {
    "taggable": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "readOnlyProperties": [
    "/properties/ScheduledActionName"
  ],
  "additionalProperties": false,
  "required": [
    "AutoScalingGroupName"
  ],
  "createOnlyProperties": [
    "/properties/AutoScalingGroupName"
  ],
  "primaryIdentifier": [
    "/properties/ScheduledActionName",
    "/properties/AutoScalingGroupName"
  ]
}
