Interface CfnDomain.CustomPosixUserConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.CustomPosixUserConfigProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.CustomPosixUserConfigProperty
extends software.amazon.jsii.JsiiSerializable
Details about the POSIX identity that is used for file system operations.
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.sagemaker.*;
CustomPosixUserConfigProperty customPosixUserConfigProperty = CustomPosixUserConfigProperty.builder()
.gid(123)
.uid(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.CustomPosixUserConfigPropertystatic final classAn implementation forCfnDomain.CustomPosixUserConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGid
The POSIX group ID.- See Also:
-
getUid
The POSIX user ID.- See Also:
-
builder
-