Class CfnAccessPoint.PosixUserProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.efs.CfnAccessPoint.PosixUserProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAccessPoint.PosixUserProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccessPoint.PosixUserProperty
@Stability(Stable)
@Internal
public static final class CfnAccessPoint.PosixUserProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccessPoint.PosixUserProperty
An implementation for
CfnAccessPoint.PosixUserProperty
-
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.CfnAccessPoint.PosixUserProperty
CfnAccessPoint.PosixUserProperty.Builder, CfnAccessPoint.PosixUserProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAccessPoint.PosixUserProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getGid()
The POSIX group ID used for all file system operations using this access point.Secondary POSIX group IDs used for all file system operations using this access point.final String
getUid()
The POSIX user ID used for all file system operations using this access point.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnAccessPoint.PosixUserProperty.Builder
.
-
-
Method Details
-
getGid
Description copied from interface:CfnAccessPoint.PosixUserProperty
The POSIX group ID used for all file system operations using this access point.- Specified by:
getGid
in interfaceCfnAccessPoint.PosixUserProperty
- See Also:
-
getUid
Description copied from interface:CfnAccessPoint.PosixUserProperty
The POSIX user ID used for all file system operations using this access point.- Specified by:
getUid
in interfaceCfnAccessPoint.PosixUserProperty
- See Also:
-
getSecondaryGids
Description copied from interface:CfnAccessPoint.PosixUserProperty
Secondary POSIX group IDs used for all file system operations using this access point.- Specified by:
getSecondaryGids
in interfaceCfnAccessPoint.PosixUserProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-