AWS::Lightsail::Disk AddOn - 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::Disk AddOn

AddOn is a property of the AWS::Lightsail::Disk resource. It describes the add-ons for a disk.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AddOnType" : String, "AutoSnapshotAddOnRequest" : AutoSnapshotAddOn, "Status" : String }

Properties

AddOnType

The add-on type (for example, AutoSnapshot).

Note

AutoSnapshot is the only add-on that can be enabled for a disk.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

AutoSnapshotAddOnRequest

The parameters for the automatic snapshot add-on, such as the daily time when an automatic snapshot will be created.

Required: No

Type: AutoSnapshotAddOn

Update requires: No interruption

Status

The status of the add-on.

Valid Values: Enabled | Disabled

Required: No

Type: String

Allowed values: Enabling | Disabling | Enabled | Terminating | Terminated | Disabled | Failed

Update requires: No interruption