EfsAccessPointConfiguration
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.
Contents
- accessPointArn
-
The ARN of the EFS access point to mount into the AgentCore Runtime.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 128.
Pattern:
arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:access-point/fsap-[0-9a-f]{8,40}Required: Yes
- mountPath
-
The mount path for the EFS access point inside the AgentCore Runtime. The path must be under
/mntwith exactly one subdirectory level (for example,/mnt/data).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: