Show / Hide Table of Contents

Class CfnS3AccessPointAttachment.FileSystemGIDProperty

The GID of the file system user.

Inheritance
object
CfnS3AccessPointAttachment.FileSystemGIDProperty
Implements
CfnS3AccessPointAttachment.IFileSystemGIDProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html

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; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html#cfn-fsx-s3accesspointattachment-filesystemgid-gid

Implements

CfnS3AccessPointAttachment.IFileSystemGIDProperty
Back to top Generated by DocFX