@Stability(value=Stable)
public static interface CfnUser.PosixProfileProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUser.PosixProfileProperty.Builder
A builder for
CfnUser.PosixProfileProperty |
static class |
CfnUser.PosixProfileProperty.Jsii$Proxy
An implementation for
CfnUser.PosixProfileProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUser.PosixProfileProperty.Builder |
builder() |
Number |
getGid()
`CfnUser.PosixProfileProperty.Gid`.
|
default Object |
getSecondaryGids()
`CfnUser.PosixProfileProperty.SecondaryGids`.
|
Number |
getUid()
`CfnUser.PosixProfileProperty.Uid`.
|
@Stability(value=Stable) @NotNull Number getGid()
@Stability(value=Stable) @NotNull Number getUid()
@Stability(value=Stable) @Nullable default Object getSecondaryGids()
@Stability(value=Stable) static CfnUser.PosixProfileProperty.Builder builder()
Copyright © 2021. All rights reserved.