AWS OpsWorks VolumeConfiguration
Describes the Amazon EBS volumes for the AWS::OpsWorks::Layer resource type.
Syntax
JSON
{ "Encrypted" :Boolean, "Iops" :Integer, "MountPoint" :String, "NumberOfDisks" :Integer, "RaidLevel" :Integer, "Size" :Integer, "VolumeType" :String}
YAML
Encrypted:BooleanIops:IntegerMountPoint:StringNumberOfDisks:IntegerRaidLevel:IntegerSize:IntegerVolumeType:String
Properties
Encrypted-
Specifies whether an Amazon EBS volume is encrypted.
Required: No
Type: Boolean
Iops-
The number of I/O operations per second (IOPS) to provision for the volume.
Required: Conditional. If you specify
io1for the volume type, you must specify this property.Type: Integer
MountPoint-
The volume mount point, such as
/dev/sdh.Required: Yes
Type: String
NumberOfDisks-
The number of disks in the volume.
Required: Yes
Type: Integer
RaidLevel-
The volume RAID level.
Required: No
Type: Integer
Size-
The volume size.
Required: Yes
Type: Integer
VolumeType-
The type of volume, such as magnetic or SSD. For valid values, see VolumeConfiguration in the AWS OpsWorks Stacks API Reference.
Required: No
Type: String
