S3FilesAccessPointConfiguration¶
Structure Class¶
S3FilesAccessPointConfiguration
dataclass
¶
Configuration for an Amazon S3 Files access point filesystem mounted into the AgentCore Runtime. S3 Files access points provide shared file storage accessible from your AgentCore Runtime sessions.
Attributes¶
access_point_arn
instance-attribute
¶
access_point_arn: str
The ARN of the S3 Files access point to mount into the AgentCore Runtime.
mount_path
instance-attribute
¶
mount_path: str
The mount path for the S3 Files access point inside the AgentCore
Runtime. The path must be under /mnt with exactly one subdirectory
level (for example, /mnt/data).