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 Disk
Disk is a property of the Hardware property. It describes a disk attached to an instance.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AttachedTo" :String, "AttachmentState" :String, "DiskName" :String, "IOPS" :Integer, "IsSystemDisk" :Boolean, "Path" :String, "SizeInGb" :String}
YAML
AttachedTo:StringAttachmentState:StringDiskName:StringIOPS:IntegerIsSystemDisk:BooleanPath:StringSizeInGb:String
Properties
- AttachedTo
- 
                    The resources to which the disk is attached. Required: No Type: String Update requires: Updates are not supported. 
- AttachmentState
- 
                    (Deprecated) The attachment state of the disk. NoteIn releases prior to November 14, 2017, this parameter returned attachedfor system disks in the API response. It is now deprecated, but still included in the response. UseisAttachedinstead.Required: No Type: String Update requires: Updates are not supported. 
- DiskName
- 
                    The unique name of the disk. Required: Yes Type: String Pattern: ^[a-zA-Z0-9][\w\-.]*[a-zA-Z0-9]$Minimum: 1Maximum: 254Update requires: No interruption 
- IOPS
- 
                    The input/output operations per second (IOPS) of the disk. Required: No Type: Integer Update requires: Updates are not supported. 
- IsSystemDisk
- 
                    A Boolean value indicating whether this disk is a system disk (has an operating system loaded on it). Required: No Type: Boolean Update requires: Updates are not supported. 
- Path
- 
                    The disk path. Required: Yes Type: String Update requires: Updates are not supported. 
- SizeInGb
- 
                    The size of the disk in GB. Required: No Type: String Update requires: Updates are not supported.