This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::BedrockAgentCore::Harness S3FilesAccessPointConfiguration
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AccessPointArn" :String, "MountPath" :String}
YAML
AccessPointArn:StringMountPath:String
Properties
AccessPointArn-
The ARN of the S3 Files access point to mount into the AgentCore Runtime.
Required: Yes
Type: String
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}$Maximum:
256Update requires: No interruption
MountPath-
The mount path for the S3 Files access point inside the AgentCore Runtime. The path must be under
/mntwith exactly one subdirectory level (for example,/mnt/data).Required: Yes
Type: String
Pattern:
^/mnt/[a-zA-Z0-9._-]+/?$Minimum:
6Maximum:
200Update requires: No interruption