EfsAccessPointConfiguration¶
Structure Class¶
EfsAccessPointConfiguration
dataclass
¶
Configuration for an Amazon EFS access point filesystem mounted into the AgentCore Runtime. EFS 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 EFS access point to mount into the AgentCore Runtime.
mount_path
instance-attribute
¶
mount_path: str
The mount path for the EFS access point inside the AgentCore Runtime.
The path must be under /mnt with exactly one subdirectory level (for
example, /mnt/data).