S3FilesConfiguration¶
Structure Class¶
S3FilesConfiguration
dataclass
¶
The configuration for mounting an Amazon Simple Storage Service (Amazon S3) Files 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 Simple Storage Service (Amazon S3) Files access point to mount.
file_system_arn
instance-attribute
¶
file_system_arn: str
The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files 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/s3data. Each mount path must be unique
across all file system configurations in the session.