Interface CfnWorkflow.EfsInputFileLocationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkflow.EfsInputFileLocationProperty.Jsii$Proxy
Enclosing class:
CfnWorkflow

@Stability(Stable) public static interface CfnWorkflow.EfsInputFileLocationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.transfer.*;
 EfsInputFileLocationProperty efsInputFileLocationProperty = EfsInputFileLocationProperty.builder()
         .fileSystemId("fileSystemId")
         .path("path")
         .build();
 

See Also: