AWS::Lightsail::Instance AutoSnapshotAddOn - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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