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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnWorkflow.EfsInputFileLocationProperty
static final class
An implementation forCfnWorkflow.EfsInputFileLocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileSystemId
The identifier of the file system, assigned by Amazon EFS.- See Also:
-
getPath
The pathname for the folder being used by a workflow.- See Also:
-
builder
-