interface FileSystemGIDProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.CfnS3AccessPointAttachment.FileSystemGIDProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnS3AccessPointAttachment_FileSystemGIDProperty |
![]() | software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.FileSystemGIDProperty |
![]() | aws_cdk.aws_fsx.CfnS3AccessPointAttachment.FileSystemGIDProperty |
![]() | 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.