EfsFileLocation

Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using Amazon Elastic File Systems (Amazon EFS) for storage.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val path: String?

The pathname for the folder being used by a workflow.

Functions

Link copied to clipboard
inline fun copy(block: EfsFileLocation.Builder.() -> Unit = {}): EfsFileLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String