@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.340Z") @Stability(value=Experimental) public interface Acl extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Acl.Builder
A builder for
Acl |
static class |
Acl.Jsii$Proxy
An implementation for
Acl |
| Modifier and Type | Method and Description |
|---|---|
static Acl.Builder |
builder() |
String |
getOwnerGid()
(experimental) Specifies the POSIX group ID to apply to the RootDirectory.
|
String |
getOwnerUid()
(experimental) Specifies the POSIX user ID to apply to the RootDirectory.
|
String |
getPermissions()
(experimental) Specifies the POSIX permissions to apply to the RootDirectory, in the format of an octal number representing the file's mode bits.
|
@Stability(value=Experimental) @NotNull String getOwnerGid()
Accepts values from 0 to 2^32 (4294967295).
@Stability(value=Experimental) @NotNull String getOwnerUid()
Accepts values from 0 to 2^32 (4294967295).
@Stability(value=Experimental) @NotNull String getPermissions()
@Stability(value=Experimental) static Acl.Builder builder()
Acl.Builder of AclCopyright © 2021. All rights reserved.