aws-cdk-lib.aws_transfer.CfnUser.HomeDirectoryMapEntryProperty
interface HomeDirectoryMapEntryProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Transfer.CfnUser.HomeDirectoryMapEntryProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#CfnUser_HomeDirectoryMapEntryProperty |
![]() | software.amazon.awscdk.services.transfer.CfnUser.HomeDirectoryMapEntryProperty |
![]() | aws_cdk.aws_transfer.CfnUser.HomeDirectoryMapEntryProperty |
![]() | 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
Name | Type | Description |
---|---|---|
entry | string | Represents an entry for HomeDirectoryMappings . |
target | string | Represents 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
.