@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-07-21T15:56:23.610Z") @Stability(value=Stable) public interface FileSystemConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileSystemConfig.Builder
A builder for
FileSystemConfig |
static class |
FileSystemConfig.Jsii$Proxy
An implementation for
FileSystemConfig |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemConfig.Builder |
builder() |
String |
getArn()
ARN of the access point.
|
default Connections |
getConnections()
connections object used to allow ingress traffic from lambda function.
|
default List<IDependable> |
getDependency()
array of IDependable that lambda function depends on.
|
String |
getLocalMountPath()
mount path in the lambda runtime environment.
|
default List<PolicyStatement> |
getPolicies()
additional IAM policies required for the lambda function.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @NotNull String getLocalMountPath()
@Stability(value=Stable) @Nullable default Connections getConnections()
Default: - no connections required to add extra ingress rules for Lambda function
@Stability(value=Stable) @Nullable default List<IDependable> getDependency()
Default: - no dependency
@Stability(value=Stable) @Nullable default List<PolicyStatement> getPolicies()
Default: - no additional policies required
@Stability(value=Stable) static FileSystemConfig.Builder builder()
FileSystemConfig.Builder of FileSystemConfigCopyright © 2021. All rights reserved.