aws-cdk-lib.aws_transfer.CfnUser.HomeDirectoryMapEntryProperty

interface HomeDirectoryMapEntryProperty

LanguageType name
.NETAmazon.CDK.AWS.Transfer.CfnUser.HomeDirectoryMapEntryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awstransfer#CfnUser_HomeDirectoryMapEntryProperty
Javasoftware.amazon.awscdk.services.transfer.CfnUser.HomeDirectoryMapEntryProperty
Pythonaws_cdk.aws_transfer.CfnUser.HomeDirectoryMapEntryProperty
TypeScript aws-cdk-lib » aws_transfer » CfnUser » HomeDirectoryMapEntryProperty

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 { aws_transfer as transfer } from 'aws-cdk-lib';
const homeDirectoryMapEntryProperty: transfer.CfnUser.HomeDirectoryMapEntryProperty = {
  entry: 'entry',
  target: 'target',
};

Properties

NameTypeDescription
entrystringRepresents an entry for HomeDirectoryMappings .
targetstringRepresents the map target that is used in a HomeDirectorymapEntry .

entry

Type: string

Represents an entry for HomeDirectoryMappings .


target

Type: string

Represents the map target that is used in a HomeDirectorymapEntry .