@Stability(value=Experimental) @Internal public static final class FileSystemConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FileSystemConfig
FileSystemConfigsoftware.amazon.jsii.JsiiObject.InitializationModeFileSystemConfig.Builder, FileSystemConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String arn,
String localMountPath,
Connections connections,
List<? extends software.constructs.IDependable> dependency,
List<? extends PolicyStatement> policies)
Constructor that initializes the object based on literal property values passed by the
FileSystemConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getArn()
(experimental) ARN of the access point.
|
Connections |
getConnections()
(experimental) connections object used to allow ingress traffic from lambda function.
|
List<software.constructs.IDependable> |
getDependency()
(experimental) array of IDependable that lambda function depends on.
|
String |
getLocalMountPath()
(experimental) mount path in the lambda runtime environment.
|
List<PolicyStatement> |
getPolicies()
(experimental) additional IAM policies required for the lambda function.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String arn, String localMountPath, Connections connections, List<? extends software.constructs.IDependable> dependency, List<? extends PolicyStatement> policies)
FileSystemConfig.Builder.public final String getArn()
FileSystemConfiggetArn in interface FileSystemConfigpublic final String getLocalMountPath()
FileSystemConfiggetLocalMountPath in interface FileSystemConfigpublic final Connections getConnections()
FileSystemConfigDefault: - no connections required to add extra ingress rules for Lambda function
getConnections in interface FileSystemConfigpublic final List<software.constructs.IDependable> getDependency()
FileSystemConfigDefault: - no dependency
getDependency in interface FileSystemConfigpublic final List<PolicyStatement> getPolicies()
FileSystemConfigDefault: - no additional policies required
getPolicies in interface FileSystemConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.