This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Lightsail::Instance AutoSnapshotAddOn
AutoSnapshotAddOn is a property of the AddOn property. It describes the automatic snapshot add-on for an
         instance.
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:00format, 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 
-