Class CfnUser.HomeDirectoryMapEntryProperty
Represents an object that contains entries and targets for HomeDirectoryMappings
.
Inheritance
System.Object
CfnUser.HomeDirectoryMapEntryProperty
Implements
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.AWS.Transfer.dll
Syntax (csharp)
public class HomeDirectoryMapEntryProperty : Object, CfnUser.IHomeDirectoryMapEntryProperty
Syntax (vb)
Public Class HomeDirectoryMapEntryProperty
Inherits Object
Implements CfnUser.IHomeDirectoryMapEntryProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Transfer;
var homeDirectoryMapEntryProperty = new HomeDirectoryMapEntryProperty {
Entry = "entry",
Target = "target"
};
Synopsis
Constructors
HomeDirectoryMapEntryProperty() |
Properties
Entry | Represents an entry for |
Target | Represents the map target that is used in a |
Constructors
HomeDirectoryMapEntryProperty()
public HomeDirectoryMapEntryProperty()
Properties
Entry
Represents an entry for HomeDirectoryMappings
.
public string Entry { get; set; }
Property Value
System.String
Remarks
Target
Represents the map target that is used in a HomeDirectorymapEntry
.
public string Target { get; set; }
Property Value
System.String