Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-lightsail-disk.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Lightsail::Disk. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-lightsail.git

Properties

DiskName string | Aws_CF_FunctionString required

The names to use for your new Lightsail disk.

SizeInGb integer required

Size of the Lightsail disk

Location object

Location of a resource.

2 nested properties
AvailabilityZone string | Aws_CF_FunctionString

The Availability Zone in which to create your disk. Use the following format: us-east-2a (case sensitive). Be sure to add the include Availability Zones parameter to your request.

RegionName string | Aws_CF_FunctionString

The Region Name in which to create your disk.

Tags Tag[]

An array of key-value pairs to apply to this resource.

uniqueItems=true
AddOns AddOn[]

An array of objects representing the add-ons to enable for the new instance.

Definitions

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

AutoSnapshotAddOn object

An object that represents additional parameters when enabling or modifying the automatic snapshot add-on

SnapshotTimeOfDay string | Aws_CF_FunctionString

The daily time when an automatic snapshot will be created.

AddOn object

A addon associate with a resource.

AddOnType string | Aws_CF_FunctionString required

The add-on type

Status string | Aws_CF_FunctionString

Status of the Addon

AutoSnapshotAddOnRequest object

An object that represents additional parameters when enabling or modifying the automatic snapshot add-on

1 nested properties
SnapshotTimeOfDay string | Aws_CF_FunctionString

The daily time when an automatic snapshot will be created.

Location object

Location of a resource.

AvailabilityZone string | Aws_CF_FunctionString

The Availability Zone in which to create your disk. Use the following format: us-east-2a (case sensitive). Be sure to add the include Availability Zones parameter to your request.

RegionName string | Aws_CF_FunctionString

The Region Name in which to create your disk.