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 AddOn
AddOn is a property of the AWS::Lightsail::Instance resource. It describes the add-ons for an
         instance.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AddOnType" :String, "AutoSnapshotAddOnRequest" :AutoSnapshotAddOn, "Status" :String}
YAML
AddOnType:StringAutoSnapshotAddOnRequest:AutoSnapshotAddOnStatus:String
Properties
- AddOnType
- 
                    The add-on type (for example, AutoSnapshot).NoteAutoSnapshotis the only add-on that can be enabled for an instance.Required: Yes Type: String Minimum: 1Maximum: 128Update 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|DisabledRequired: No Type: String Allowed values: Enabling | Disabling | Enabled | Terminating | Terminated | Disabled | FailedUpdate requires: No interruption