@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.642Z") @Stability(value=Experimental) public interface InitUserOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
InitUserOptions.Builder
A builder for
InitUserOptions |
static class |
InitUserOptions.Jsii$Proxy
An implementation for
InitUserOptions |
| Modifier and Type | Method and Description |
|---|---|
static InitUserOptions.Builder |
builder() |
default List<String> |
getGroups()
(experimental) A list of group names.
|
default String |
getHomeDir()
(experimental) The user's home directory.
|
default Number |
getUserId()
(experimental) A user ID.
|
@Stability(value=Experimental) @Nullable default List<String> getGroups()
The user will be added to each group in the list.
Default: the user is not associated with any groups.
@Stability(value=Experimental) @Nullable default String getHomeDir()
Default: assigned by the OS
@Stability(value=Experimental) @Nullable default Number getUserId()
The creation process fails if the user name exists with a different user ID. If the user ID is already assigned to an existing user the operating system may reject the creation request.
Default: assigned by the OS
@Stability(value=Experimental) static InitUserOptions.Builder builder()
InitUserOptions.Builder of InitUserOptionsCopyright © 2021. All rights reserved.