AWS::Lightsail::Instance AutoSnapshotAddOn - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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