EfsConfiguration¶
Structure Class¶
EfsConfiguration
dataclass
¶
The configuration for mounting an Amazon Elastic File System (Amazon EFS) access point that you own into a session.
Attributes¶
access_point_arn
instance-attribute
¶
access_point_arn: str
The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.
file_system_arn
instance-attribute
¶
file_system_arn: str
The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.
mount_path
instance-attribute
¶
mount_path: str
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.