WorkflowEfsInputFileLocation

data class WorkflowEfsInputFileLocation(val fileSystemId: String? = null, val path: String? = null)

Specifies the details for an EFS file.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileSystemId: String? = null

Specifies the EFS filesystem that contains the file.

Link copied to clipboard
val path: String? = null

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