interface FileSystemGIDProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.FSx.CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsfsx#CfnS3AccessPointAttachmentPropsMixin_FileSystemGIDProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty |
Python | aws_cdk.cfn_property_mixins.aws_fsx.CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_fsx » 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 { aws_fsx as fsx } from '@aws-cdk/cfn-property-mixins';
const fileSystemGIDProperty: fsx.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