aws-cdk-lib.aws_fsx.CfnVolume.UserAndGroupQuotasProperty
interface UserAndGroupQuotasProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.CfnVolume.UserAndGroupQuotasProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnVolume_UserAndGroupQuotasProperty |
![]() | software.amazon.awscdk.services.fsx.CfnVolume.UserAndGroupQuotasProperty |
![]() | aws_cdk.aws_fsx.CfnVolume.UserAndGroupQuotasProperty |
![]() | 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
Name | Type | Description |
---|---|---|
id | number | The ID of the user or group. |
storage | number | The amount of storage that the user or group can use in gibibytes (GiB). |
type | string | A 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.