Class CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty
@Stability(Stable)
@Internal
public static final class CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty
An implementation for
CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty
CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder, CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetType()Specifies the FSx for ONTAP user identity type.final ObjectSpecifies the UNIX user identity for file system operations.final ObjectSpecifies the Windows user identity for file system operations.final inthashCode()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
protected Jsii$Proxy(CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityPropertySpecifies the FSx for ONTAP user identity type.Valid values are
UNIXandWINDOWS.- Specified by:
getTypein interfaceCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty- See Also:
-
getUnixUser
Description copied from interface:CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityPropertySpecifies the UNIX user identity for file system operations.Returns union: either
IResolvableorCfnS3AccessPointAttachmentPropsMixin.OntapUnixFileSystemUserProperty- Specified by:
getUnixUserin interfaceCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty- See Also:
-
getWindowsUser
Description copied from interface:CfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityPropertySpecifies the Windows user identity for file system operations.Returns union: either
IResolvableorCfnS3AccessPointAttachmentPropsMixin.OntapWindowsFileSystemUserProperty- Specified by:
getWindowsUserin interfaceCfnS3AccessPointAttachmentPropsMixin.OntapFileSystemIdentityProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-