Interface CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty.Jsii$Proxy
- Enclosing class:
CfnS3AccessPointAttachmentPropsMixin
@Stability(Stable)
public static interface CfnS3AccessPointAttachmentPropsMixin.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.mixins.preview.services.fsx.mixins.*;
FileSystemGIDProperty fileSystemGIDProperty = FileSystemGIDProperty.builder()
.gid(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnS3AccessPointAttachmentPropsMixin.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
@Stability(Stable) static CfnS3AccessPointAttachmentPropsMixin.FileSystemGIDProperty.Builder builder()
-