StorageProfileAwsSpecification

StorageProfileAwsSpecification
StorageProfileAwsSpecification

Represents a specification of AWS storage class.

JSON Example
{
    "name": "string",
    "description": "string",
    "defaultItem": true,
    "supportsEncryption": false,
    "tags": [
        {
            "key": "tier",
            "value": "silver"
        }
    ],
    "deviceType": "ebs / instance-store",
    "volumeType": "gp3 / io2 / gp2 / io1 / sc1 / st1 / standard",
    "iops": "2000",
    "regionId": "31186"
}
string
name
Required

A human-friendly name used as an identifier in APIs that support this option.

string
description
Optional

A human-friendly description.

boolean
defaultItem
Optional

Indicates if a storage class is default or not.

boolean
supportsEncryption
Optional

Indicates whether this storage class supports encryption or not.

array of Tag
tags
Optional

A list of tags that represent the capabilities of this storage class

string
deviceType
Required

Indicates the type of storage.

string
volumeType
Optional

Indicates the type of volume associated with type of storage.

string
iops
Optional

Indicates maximum I/O operations per second.

string
regionId
Required

A link to the region that is associated with the storage class.