Interface CfnUser.HomeDirectoryMapEntryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUser.HomeDirectoryMapEntryProperty.Jsii$Proxy
- Enclosing class:
- CfnUser
@Stability(Stable)
public static interface CfnUser.HomeDirectoryMapEntryProperty
extends software.amazon.jsii.JsiiSerializable
Represents an object that contains entries and targets for
HomeDirectoryMappings .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.transfer.*;
HomeDirectoryMapEntryProperty homeDirectoryMapEntryProperty = HomeDirectoryMapEntryProperty.builder()
.entry("entry")
.target("target")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUser.HomeDirectoryMapEntryPropertystatic final classAn implementation forCfnUser.HomeDirectoryMapEntryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEntry
Represents an entry forHomeDirectoryMappings. -
getTarget
Represents the map target that is used in aHomeDirectorymapEntry. -
builder
-