interface FileSystemGIDProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FSx.CfnS3AccessPointAttachment.FileSystemGIDProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnS3AccessPointAttachment_FileSystemGIDProperty |
Java | software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.FileSystemGIDProperty |
Python | aws_cdk.aws_fsx.CfnS3AccessPointAttachment.FileSystemGIDProperty |
TypeScript | aws-cdk-lib » aws_fsx » CfnS3AccessPointAttachment » FileSystemGIDProperty |
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 { aws_fsx as fsx } from 'aws-cdk-lib';
const fileSystemGIDProperty: fsx.CfnS3AccessPointAttachment.FileSystemGIDProperty = {
gid: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| gid | number | The GID of the file system user. |
gid
Type:
number
The GID of the file system user.

.NET
Go
Java
Python
TypeScript