Cloud.AWS.Volume
Request schema for provisioning of AWS Storage
{
"account": "string",
"capacityGb": 0,
"constraints": [
{
"tag": "string"
}
],
"count": 0,
"encrypted": false,
"iops": 0,
"maxDiskCapacityInGB": 0,
"name": "string",
"persistent": false,
"providerId": "string",
"region": "string",
"resourceName": "string",
"tags": [
{
"key": "string",
"value": "string"
}
],
"volumeType": "string",
"zone": "string"
}
Cloud Account indicates the name of the endpoint used to provision this machine.
Disk size in gigabytes.
To create the correct storage at provisioning time, blueprint constraints are matched against infrastructure capability tags. Constraints must include the key name. Options include value, negative [!], and hard or soft requirement.
The number of resource instances to be created.
Whether or not the disk is encrypted.
The amount of IOPS to provision for the disk. Required for volumeType io1, io2 and gp3. Default value for gp3 is 3000 IOPS.
Maximum disk size allowed for create or resize disk operation
Name of the Disk
Indicates that the disk will survive machine or deployment deletion
A unique identifier of the resource in the context of the provider.
Region name where the disk landed.
The actual name of the disk determined after the allocation.
Tags
EBS volume type of standard, gp2, gp3, io1, io2, sc1, or st1.
Availability zone where the volume landed.