AWS::FSx::Volume UserAndGroupQuotas - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::FSx::Volume UserAndGroupQuotas

Configures how much storage users and groups can use on the volume.

Syntax

To declare this entity in your 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 that the quota applies to.

Required: Yes

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

StorageCapacityQuotaGiB

The user or group's storage quota, in gibibytes (GiB).

Required: Yes

Type: Integer

Minimum: 0

Maximum: 2147483647

Update requires: No interruption

Type

Specifies whether the quota applies to a user or group.

Required: Yes

Type: String

Allowed values: USER | GROUP

Update requires: No interruption