@Stability(value=Stable)
public static interface CfnUser.HomeDirectoryMapEntryProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUser.HomeDirectoryMapEntryProperty.Builder
A builder for
CfnUser.HomeDirectoryMapEntryProperty |
static class |
CfnUser.HomeDirectoryMapEntryProperty.Jsii$Proxy
An implementation for
CfnUser.HomeDirectoryMapEntryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUser.HomeDirectoryMapEntryProperty.Builder |
builder() |
String |
getEntry()
Represents an entry for `HomeDirectoryMappings` .
|
String |
getTarget()
Represents the map target that is used in a `HomeDirectorymapEntry` .
|
@Stability(value=Stable) @NotNull String getEntry()
@Stability(value=Stable) @NotNull String getTarget()
@Stability(value=Stable) static CfnUser.HomeDirectoryMapEntryProperty.Builder builder()
Copyright © 2022. All rights reserved.