aws-cdk-lib.aws_transfer.CfnWorkflow.EfsInputFileLocationProperty

interface EfsInputFileLocationProperty

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

Specifies the Amazon EFS identifier and the path for the file being used.

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 efsInputFileLocationProperty: transfer.CfnWorkflow.EfsInputFileLocationProperty = {
  fileSystemId: 'fileSystemId',
  path: 'path',
};

Properties

NameTypeDescription
fileSystemId?stringThe identifier of the file system, assigned by Amazon EFS.
path?stringThe pathname for the folder being used by a workflow.

fileSystemId?

Type: string (optional)

The identifier of the file system, assigned by Amazon EFS.


path?

Type: string (optional)

The pathname for the folder being used by a workflow.