WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs

data class WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs(val fileSystemId: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs>

Constructors

constructor(fileSystemId: Output<String>? = null, path: Output<String>? = null)

Properties

Link copied to clipboard
val fileSystemId: Output<String>? = null

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

Link copied to clipboard
val path: Output<String>? = null

The pathname for the folder being used by a workflow.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs