AWS::Lightsail::Disk AutoSnapshotAddOn
AutoSnapshotAddOn
is a property of the AddOn property. It describes the automatic snapshot add-on for a disk.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SnapshotTimeOfDay" :
String
}
YAML
SnapshotTimeOfDay:
String
Properties
SnapshotTimeOfDay
-
The daily time when an automatic snapshot will be created.
Constraints:
-
Must be in
HH:00
format, and in an hourly increment. -
Specified in Coordinated Universal Time (UTC).
-
The snapshot will be automatically created between the time specified and up to 45 minutes after.
Required: No
Type: String
Pattern:
^[0-9]{2}:00$
Update requires: No interruption
-