Interface CfnWorkflow.IEfsInputFileLocationProperty
Specifies the Amazon EFS identifier and the path for the file being used.
Namespace: Amazon.CDK.AWS.Transfer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWorkflow.IEfsInputFileLocationProperty
Syntax (vb)
Public Interface CfnWorkflow.IEfsInputFileLocationProperty
Remarks
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 efsInputFileLocationProperty = new EfsInputFileLocationProperty {
FileSystemId = "fileSystemId",
Path = "path"
};
Synopsis
Properties
| FileSystemId | The identifier of the file system, assigned by Amazon EFS. |
| Path | The pathname for the folder being used by a workflow. |
Properties
FileSystemId
The identifier of the file system, assigned by Amazon EFS.
string? FileSystemId { get; }
Property Value
Remarks
Path
The pathname for the folder being used by a workflow.
string? Path { get; }