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: