@Stability(value=Experimental) @Internal public static final class AuthorizationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AuthorizationConfig
AuthorizationConfigsoftware.amazon.jsii.JsiiObject.InitializationModeAuthorizationConfig.Builder, AuthorizationConfig.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 accessPointId,
String iam)
Constructor that initializes the object based on literal property values passed by the
AuthorizationConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccessPointId()
(experimental) The access point ID to use.
|
String |
getIam()
(experimental) Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
|
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 accessPointId, String iam)
AuthorizationConfig.Builder.public final String getAccessPointId()
AuthorizationConfigIf an access point is specified, the root directory value will be relative to the directory set for the access point. If specified, transit encryption must be enabled in the EFSVolumeConfiguration.
Default: No id
getAccessPointId in interface AuthorizationConfigpublic final String getIam()
AuthorizationConfigIf enabled, transit encryption must be enabled in the EFSVolumeConfiguration.
Valid values: ENABLED | DISABLED
Default: If this parameter is omitted, the default value of DISABLED is used.
getIam in interface AuthorizationConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.