Interface CfnS3AccessPointAttachment.FileSystemGIDProperty

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

@Stability(Stable) public static interface CfnS3AccessPointAttachment.FileSystemGIDProperty extends software.amazon.jsii.JsiiSerializable
The GID of the file system user.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.fsx.*;
 FileSystemGIDProperty fileSystemGIDProperty = FileSystemGIDProperty.builder()
         .gid(123)
         .build();
 

See Also: