Interface CfnS3AccessPointAttachment.FileSystemGIDProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnS3AccessPointAttachment.FileSystemGIDProperty.Jsii$Proxy
- Enclosing class:
CfnS3AccessPointAttachment
@Stability(Stable)
public static interface CfnS3AccessPointAttachment.FileSystemGIDProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.fsx.*; FileSystemGIDProperty fileSystemGIDProperty = FileSystemGIDProperty.builder() .gid(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnS3AccessPointAttachment.FileSystemGIDProperty
static final class
An implementation forCfnS3AccessPointAttachment.FileSystemGIDProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGid
The GID of the file system user.- See Also:
-
builder
-