View a markdown version of this page

EfsConfiguration - Amazon Bedrock AgentCore Data Plane

EfsConfiguration

The configuration for mounting an Amazon Elastic File System (Amazon EFS) access point that you own into a session.

Contents

accessPointArn

The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) access point to mount.

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

fileSystemArn

The Amazon Resource Name (ARN) of the Amazon Elastic File System (Amazon EFS) file system that owns the access point.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Pattern: arn:aws[-a-z]*:elasticfilesystem:[a-z0-9-]+:[0-9]{12}:file-system/fs-[0-9a-f]{8,40}

Required: Yes

mountPath

The absolute path within the session at which the access point is mounted, for example /mnt/efs. Each mount path must be unique across all file system configurations in the session.

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: