View a markdown version of this page

AWS::BedrockAgentCore::Harness EfsAccessPointConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AccessPointArn" : String, "MountPath" : String }

YAML

AccessPointArn: String MountPath: String

Properties

AccessPointArn

The ARN of the EFS access point to mount into the AgentCore Runtime.

Required: Yes

Type: String

Pattern: ^arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:access-point/fsap-[0-9a-f]{8,40}$

Maximum: 128

Update requires: No interruption

MountPath

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).

Required: Yes

Type: String

Pattern: ^/mnt/[a-zA-Z0-9._-]+/?$

Minimum: 6

Maximum: 200

Update requires: No interruption