Interface CfnUserProfile.CustomPosixUserConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserProfile.CustomPosixUserConfigProperty.Jsii$Proxy
- Enclosing class:
CfnUserProfile
@Stability(Stable)
public static interface CfnUserProfile.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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnUserProfile.CustomPosixUserConfigProperty
static final class
An implementation forCfnUserProfile.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
-