Class CfnS3AccessPointAttachment.FileSystemGIDProperty
The GID of the file system user.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnS3AccessPointAttachment.FileSystemGIDProperty : CfnS3AccessPointAttachment.IFileSystemGIDProperty
Syntax (vb)
Public Class CfnS3AccessPointAttachment.FileSystemGIDProperty Implements CfnS3AccessPointAttachment.IFileSystemGIDProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FSx;
var fileSystemGIDProperty = new FileSystemGIDProperty {
Gid = 123
};
Synopsis
Constructors
FileSystemGIDProperty() | The GID of the file system user. |
Properties
Gid | The GID of the file system user. |
Constructors
FileSystemGIDProperty()
The GID of the file system user.
public FileSystemGIDProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.FSx;
var fileSystemGIDProperty = new FileSystemGIDProperty {
Gid = 123
};
Properties
Gid
The GID of the file system user.
public double Gid { get; set; }