aws-cdk-lib.aws_fsx.CfnVolume.UserAndGroupQuotasProperty

interface UserAndGroupQuotasProperty

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

An object specifying how much storage users or groups 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.CfnVolume.UserAndGroupQuotasProperty = {
  id: 123,
  storageCapacityQuotaGiB: 123,
  type: 'type',
};

Properties

NameTypeDescription
idnumberThe ID of the user or group.
storageCapacityQuotaGiBnumberThe amount of storage that the user or group can use in gibibytes (GiB).
typestringA value that specifies whether the quota applies to a user or group.

id

Type: number

The ID of the user or group.


storageCapacityQuotaGiB

Type: number

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


type

Type: string

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