AWS::FSx::FileSystem UserAndGroupQuotas
The configuration for how much storage a user or group can use on the volume.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Id" :Integer, "StorageCapacityQuotaGiB" :Integer, "Type" :String}
YAML
Id:IntegerStorageCapacityQuotaGiB:IntegerType:String
Properties
Id-
The ID of the user or group.
Required: No
Type: Integer
Minimum:
0Maximum:
2147483647Update requires: Replacement
StorageCapacityQuotaGiB-
The amount of storage that the user or group can use in gibibytes (GiB).
Required: No
Type: Integer
Minimum:
0Maximum:
2147483647Update requires: Replacement
Type-
A value that specifies whether the quota applies to a user or group.
Required: No
Type: String
Allowed values:
GROUP | USERUpdate requires: Replacement