Class AccessPointProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.efs.AccessPointProps.Jsii$Proxy
All Implemented Interfaces:
AccessPointOptions, AccessPointProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
AccessPointProps

@Stability(Stable) @Internal public static final class AccessPointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessPointProps
An implementation for AccessPointProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.efs.AccessPointProps

    AccessPointProps.Builder, AccessPointProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the AccessPointProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The opaque string specified in the request to ensure idempotent creation.
    final Acl
    Specifies the POSIX IDs and permissions to apply when creating the access point's root directory.
    The efs filesystem.
    final String
    Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.
    final PosixUser
    The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by NFS clients using the access point.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait