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