AWS::FSx::Volume UserAndGroupQuotas - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::FSx::Volume UserAndGroupQuotas

An object specifying how much storage users or groups 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: Integer StorageCapacityQuotaGiB: Integer Type: String

Properties

Id

The ID of the user or group.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

StorageCapacityQuotaGiB

The amount of storage that the user or group can use in gibibytes (GiB).

Required: Yes

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

Type

A value that specifies whether the quota applies to a user or group.

Required: Yes

Type: String

Allowed values: GROUP | USER

Update requires: No interruption