Interface CfnVolumePropsMixin.UserAndGroupQuotasProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVolumePropsMixin.UserAndGroupQuotasProperty.Jsii$Proxy
Enclosing class:
CfnVolumePropsMixin

@Stability(Stable) public static interface CfnVolumePropsMixin.UserAndGroupQuotasProperty extends software.amazon.jsii.JsiiSerializable
Configures how much storage users and 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 software.amazon.awscdk.cfnpropertymixins.services.fsx.*;
 UserAndGroupQuotasProperty userAndGroupQuotasProperty = UserAndGroupQuotasProperty.builder()
         .id(123)
         .storageCapacityQuotaGiB(123)
         .type("type")
         .build();
 

See Also: