Skip to content

Bedrock Agentcore Control  >  Unions  >  FilesystemConfiguration

FilesystemConfiguration

Union Type

FilesystemConfiguration module-attribute

Configuration for a filesystem that can be mounted into the AgentCore Runtime.

Union Member Types

FilesystemConfigurationSessionStorage dataclass

Configuration for session storage. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.

Attributes

value instance-attribute

FilesystemConfigurationS3FilesAccessPoint dataclass

Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.

Attributes

value instance-attribute

FilesystemConfigurationEfsAccessPoint dataclass

Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.

Attributes

value instance-attribute

FilesystemConfigurationUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str