WorkflowEfsInputFileLocationArgs

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

Specifies the details for an EFS file.

Constructors

Link copied to clipboard
constructor(fileSystemId: Output<String>? = null, path: Output<String>? = null)

Properties

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

Specifies the EFS filesystem that contains the file.

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

The name assigned to the file when it was created in EFS. You use the object path to retrieve the object.

Functions

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