S3FilesConfiguration
The configuration for mounting an Amazon Simple Storage Service (Amazon S3) Files access point that you own into a session.
Contents
- accessPointArn
-
The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files access point to mount.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
arn:aws[-a-z]*:s3files:[0-9a-z-:]+:file-system/fs-[0-9a-f]{17,40}/access-point/fsap-[0-9a-f]{17,40}Required: Yes
- fileSystemArn
-
The Amazon Resource Name (ARN) of the Amazon Simple Storage Service (Amazon S3) Files file system that owns the access point.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
arn:aws[-a-z]*:s3files:[a-z0-9-]+:[0-9]{12}:file-system/fs-[0-9a-f]{17,40}Required: Yes
- mountPath
-
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.Type: String
Length Constraints: Minimum length of 6. Maximum length of 200.
Pattern:
/mnt/[a-zA-Z0-9._-]+/?Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: