Class CfnAccessPointProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnAccessPointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAccessPointProps
An implementation for CfnAccessPointProps
  • 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.CfnAccessPointProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnAccessPointProps.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 Object
    An array of key-value pairs to apply to this resource.
    final String
    The opaque string specified in the request to ensure idempotent creation.
    final String
    The ID of the EFS file system that the access point applies to.
    final Object
    The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
    final Object
    The directory on the Amazon EFS file system that the access point exposes as the root directory to 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
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnAccessPointProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAccessPointProps.Builder.
  • Method Details

    • getFileSystemId

      public final String getFileSystemId()
      Description copied from interface: CfnAccessPointProps
      The ID of the EFS file system that the access point applies to.

      Accepts only the ID format for input when specifying a file system, for example fs-0123456789abcedf2 .

      Specified by:
      getFileSystemId in interface CfnAccessPointProps
    • getAccessPointTags

      public final Object getAccessPointTags()
      Description copied from interface: CfnAccessPointProps
      An array of key-value pairs to apply to this resource.

      For more information, see Tag .

      Specified by:
      getAccessPointTags in interface CfnAccessPointProps
    • getClientToken

      public final String getClientToken()
      Description copied from interface: CfnAccessPointProps
      The opaque string specified in the request to ensure idempotent creation.
      Specified by:
      getClientToken in interface CfnAccessPointProps
    • getPosixUser

      public final Object getPosixUser()
      Description copied from interface: CfnAccessPointProps
      The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.
      Specified by:
      getPosixUser in interface CfnAccessPointProps
    • getRootDirectory

      public final Object getRootDirectory()
      Description copied from interface: CfnAccessPointProps
      The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
      Specified by:
      getRootDirectory in interface CfnAccessPointProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object