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 FilesystemConfiguration
Configuration for a filesystem that can be mounted into the AgentCore Runtime.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "EfsAccessPoint" :EfsAccessPointConfiguration, "S3FilesAccessPoint" :S3FilesAccessPointConfiguration, "SessionStorage" :SessionStorageConfiguration}
YAML
EfsAccessPoint:EfsAccessPointConfigurationS3FilesAccessPoint:S3FilesAccessPointConfigurationSessionStorage:SessionStorageConfiguration
Properties
EfsAccessPoint-
Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.
Required: No
Type: EfsAccessPointConfiguration
Update requires: No interruption
S3FilesAccessPoint-
Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.
Required: No
Type: S3FilesAccessPointConfiguration
Update requires: No interruption
SessionStorage-
Configuration for session storage. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.
Required: No
Type: SessionStorageConfiguration
Update requires: No interruption