Show / Hide Table of Contents

Interface CfnUser.IHomeDirectoryMapEntryProperty

Represents an object that contains entries and targets for HomeDirectoryMappings .

Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.AWS.Transfer.dll
Syntax (csharp)
public interface IHomeDirectoryMapEntryProperty
Syntax (vb)
Public Interface 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

Properties

Entry

Represents an entry for HomeDirectoryMappings .

Target

Represents the map target that is used in a HomeDirectorymapEntry .

Properties

Entry

Represents an entry for HomeDirectoryMappings .

string Entry { get; }
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 .

string Target { get; }
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

Back to top Generated by DocFX