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