Class CfnUserPropsMixin.HomeDirectoryMapEntryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnUserPropsMixin.HomeDirectoryMapEntryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPropsMixin.HomeDirectoryMapEntryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPropsMixin.HomeDirectoryMapEntryProperty
@Stability(Stable)
@Internal
public static final class CfnUserPropsMixin.HomeDirectoryMapEntryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPropsMixin.HomeDirectoryMapEntryProperty
An implementation for
CfnUserPropsMixin.HomeDirectoryMapEntryProperty-
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.transfer.CfnUserPropsMixin.HomeDirectoryMapEntryProperty
CfnUserPropsMixin.HomeDirectoryMapEntryProperty.Builder, CfnUserPropsMixin.HomeDirectoryMapEntryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPropsMixin.HomeDirectoryMapEntryProperty.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 StringgetEntry()Represents an entry forHomeDirectoryMappings.final StringRepresents the map target that is used in aHomeDirectoryMapEntry.final StringgetType()Specifies the type of mapping.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
Constructor that initializes the object based on literal property values passed by theCfnUserPropsMixin.HomeDirectoryMapEntryProperty.Builder.
-
-
Method Details
-
getEntry
Description copied from interface:CfnUserPropsMixin.HomeDirectoryMapEntryPropertyRepresents an entry forHomeDirectoryMappings.- Specified by:
getEntryin interfaceCfnUserPropsMixin.HomeDirectoryMapEntryProperty- See Also:
-
getTarget
Description copied from interface:CfnUserPropsMixin.HomeDirectoryMapEntryPropertyRepresents the map target that is used in aHomeDirectoryMapEntry.- Specified by:
getTargetin interfaceCfnUserPropsMixin.HomeDirectoryMapEntryProperty- See Also:
-
getType
Description copied from interface:CfnUserPropsMixin.HomeDirectoryMapEntryPropertySpecifies the type of mapping.Set the type to
FILEif you want the mapping to point to a file, orDIRECTORYfor the directory to point to a directory.By default, home directory mappings have a
TypeofDIRECTORYwhen you create a Transfer Family server. You would need to explicitly setTypetoFILEif you want a mapping to have a file target.- Specified by:
getTypein interfaceCfnUserPropsMixin.HomeDirectoryMapEntryProperty- 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()
-