Show / Hide Table of Contents

Class CfnUser.HomeDirectoryMapEntryProperty

Represents an object that contains entries and targets for HomeDirectoryMappings .

Inheritance
System.Object
CfnUser.HomeDirectoryMapEntryProperty
Implements
CfnUser.IHomeDirectoryMapEntryProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-user-homedirectorymapentry.html

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 HomeDirectoryMappings .

Target

Represents the map target that is used in a HomeDirectorymapEntry .

Constructors

HomeDirectoryMapEntryProperty()

public HomeDirectoryMapEntryProperty()

Properties

Entry

Represents an entry for HomeDirectoryMappings .

public string Entry { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-user-homedirectorymapentry.html#cfn-transfer-user-homedirectorymapentry-entry

Target

Represents the map target that is used in a HomeDirectorymapEntry .

public string Target { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-user-homedirectorymapentry.html#cfn-transfer-user-homedirectorymapentry-target

Implements

CfnUser.IHomeDirectoryMapEntryProperty
Back to top Generated by DocFX