View a markdown version of this page

ToolsFileSystemConfiguration - Amazon Bedrock AgentCore Data Plane

ToolsFileSystemConfiguration

Specifies a file system to mount into the session by providing exactly one of the following:

  • s3FilesConfiguration - Mounts an Amazon Simple Storage Service (Amazon S3) Files access point.

  • efsConfiguration - Mounts an Amazon Elastic File System (Amazon EFS) access point.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

efsConfiguration

The configuration for mounting your own Amazon Elastic File System (Amazon EFS) access point into the session.

Type: EfsConfiguration object

Required: No

s3FilesConfiguration

The configuration for mounting your own Amazon Simple Storage Service (Amazon S3) Files access point into the session.

Type: S3FilesConfiguration object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: