EfsConfiguration

The configuration for mounting an Amazon Elastic File System (Amazon EFS) access point that you own into a session.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.

Link copied to clipboard

The absolute path within the session at which the access point is mounted, for example /mnt/efs. Each mount path must be unique across all file system configurations in the session.

Functions

Link copied to clipboard
inline fun copy(block: EfsConfiguration.Builder.() -> Unit = {}): EfsConfiguration
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