interface EfsInputFileLocationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Transfer.CfnWorkflow.EfsInputFileLocationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#CfnWorkflow_EfsInputFileLocationProperty |
Java | software.amazon.awscdk.services.transfer.CfnWorkflow.EfsInputFileLocationProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
file | string | The identifier of the file system, assigned by Amazon EFS. |
path? | string | The 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.