aws-cdk-lib.aws_fsx.CfnFileSystem.UserAndGroupQuotasProperty

interface UserAndGroupQuotasProperty

LanguageType name
.NETAmazon.CDK.AWS.FSx.CfnFileSystem.UserAndGroupQuotasProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnFileSystem_UserAndGroupQuotasProperty
Javasoftware.amazon.awscdk.services.fsx.CfnFileSystem.UserAndGroupQuotasProperty
Pythonaws_cdk.aws_fsx.CfnFileSystem.UserAndGroupQuotasProperty
TypeScript aws-cdk-lib » aws_fsx » CfnFileSystem » UserAndGroupQuotasProperty

The configuration for how much storage a user or group can use on the volume.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as fsx } from 'aws-cdk-lib';
const userAndGroupQuotasProperty: fsx.CfnFileSystem.UserAndGroupQuotasProperty = {
  id: 123,
  storageCapacityQuotaGiB: 123,
  type: 'type',
};

Properties

NameTypeDescription
id?numberThe ID of the user or group.
storageCapacityQuotaGiB?numberThe amount of storage that the user or group can use in gibibytes (GiB).
type?stringA value that specifies whether the quota applies to a user or group.

id?

Type: number (optional)

The ID of the user or group.


storageCapacityQuotaGiB?

Type: number (optional)

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


type?

Type: string (optional)

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