Disk Args
data class DiskArgs(val addOns: Output<List<DiskAddOnArgs>>? = null, val availabilityZone: Output<String>? = null, val diskName: Output<String>? = null, val location: Output<DiskLocationArgs>? = null, val sizeInGb: Output<Int>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DiskArgs>
Resource Type definition for AWS::Lightsail::Disk
Constructors
Link copied to clipboard
constructor(addOns: Output<List<DiskAddOnArgs>>? = null, availabilityZone: Output<String>? = null, diskName: Output<String>? = null, location: Output<DiskLocationArgs>? = null, sizeInGb: Output<Int>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
An array of objects representing the add-ons to enable for the new instance.
Link copied to clipboard
The Availability Zone in which to create your instance. Use the following format: us-east-2a (case sensitive). Be sure to add the include Availability Zones parameter to your request.
Link copied to clipboard
The AWS Region and Availability Zone where the disk is located.