{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-auto-scaling/refs/heads/main/json-structure/ec2-auto-scaling-scheduled-update-group-action-structure.json",
"name": "ScheduledUpdateGroupAction",
"description": "Describes a scheduled scaling action.",
"type": "object",
"properties": {
"AutoScalingGroupName": {
"allOf": [
{
"$ref": "#/components/schemas/XmlStringMaxLen255"
},
{
"description": "The name of the Auto Scaling group."
}
]
},
"ScheduledActionName": {
"allOf": [
{
"$ref": "#/components/schemas/XmlStringMaxLen255"
},
{
"description": "The name of the scheduled action."
}
]
},
"ScheduledActionARN": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The Amazon Resource Name (ARN) of the scheduled action."
}
]
},
"Time": {
"allOf": [
{
"$ref": "#/components/schemas/TimestampType"
},
{
"description": "This property is no longer used."
}
]
},
"StartTime": {
"allOf": [
{
"$ref": "#/components/schemas/TimestampType"
},
{
"description": "The date and time in UTC for this action to start. For example, \"2019-06-01T00:00:00Z\". "
}
]
},
"EndTime": {
"allOf": [
{
"$ref": "#/components/schemas/TimestampType"
},
{
"description": "The date and time in UTC for the recurring schedule to end. For example, \"2019-06-01T00:00:00Z\". "
}
]
},
"Recurrence": {
"allOf": [
{
"$ref": "#/components/schemas/XmlStringMaxLen255"
},
{
"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.