interface FileSystemGIDProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins.CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsfsx/mixins#CfnS3AccessPointAttachmentPropsMixin_FileSystemGIDProperty |
Java | software.amazon.awscdk.mixins.preview.services.fsx.mixins.CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty |
Python | aws_cdk.mixins_preview.aws_fsx.mixins.CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty |
TypeScript | @aws-cdk/mixins-preview » aws_fsx » mixins » CfnS3AccessPointAttachmentPropsMixin » 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 { mixins as fsx_mixins } from '@aws-cdk/mixins-preview/aws-fsx';
const fileSystemGIDProperty: fsx_mixins.CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty = {
gid: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| gid? | number | The GID of the file system user. |
gid?
Type:
number
(optional)
The GID of the file system user.

.NET
Go
Java
Python
TypeScript