| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Acl.Jsii$Proxy
An implementation for
Acl |
| Modifier and Type | Method and Description |
|---|---|
Acl |
Acl.Builder.build()
Builds the configured instance.
|
default Acl |
AccessPointOptions.getCreateAcl()
(experimental) Specifies the POSIX IDs and permissions to apply when creating the access point's root directory.
|
Acl |
AccessPointOptions.Jsii$Proxy.getCreateAcl() |
Acl |
AccessPointProps.Jsii$Proxy.getCreateAcl() |
| Modifier and Type | Method and Description |
|---|---|
AccessPointOptions.Builder |
AccessPointOptions.Builder.createAcl(Acl createAcl)
Sets the value of
AccessPointOptions.getCreateAcl() |
AccessPointProps.Builder |
AccessPointProps.Builder.createAcl(Acl createAcl)
Sets the value of
AccessPointOptions.getCreateAcl() |
AccessPoint.Builder |
AccessPoint.Builder.createAcl(Acl createAcl)
(experimental) Specifies the POSIX IDs and permissions to apply when creating the access point's root directory.
|
| Constructor and Description |
|---|
Jsii$Proxy(Acl createAcl,
String path,
PosixUser posixUser)
Constructor that initializes the object based on literal property values passed by the
AccessPointOptions.Builder. |
Jsii$Proxy(IFileSystem fileSystem,
Acl createAcl,
String path,
PosixUser posixUser)
Constructor that initializes the object based on literal property values passed by the
AccessPointProps.Builder. |
Copyright © 2021. All rights reserved.