FilesystemConfiguration
Configuration for a filesystem that can be mounted into the AgentCore Runtime.
Inheritors
Types
Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.
Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.
Configuration for session storage. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.
Functions
Casts this FilesystemConfiguration as a EfsAccessPoint and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EfsAccessPointConfiguration value. Throws an exception if the FilesystemConfiguration is not a EfsAccessPoint.
Casts this FilesystemConfiguration as a EfsAccessPoint and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EfsAccessPointConfiguration value. Returns null if the FilesystemConfiguration is not a EfsAccessPoint.
Casts this FilesystemConfiguration as a S3FilesAccessPoint and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.S3FilesAccessPointConfiguration value. Throws an exception if the FilesystemConfiguration is not a S3FilesAccessPoint.
Casts this FilesystemConfiguration as a S3FilesAccessPoint and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.S3FilesAccessPointConfiguration value. Returns null if the FilesystemConfiguration is not a S3FilesAccessPoint.
Casts this FilesystemConfiguration as a SessionStorage and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.SessionStorageConfiguration value. Throws an exception if the FilesystemConfiguration is not a SessionStorage.
Casts this FilesystemConfiguration as a SessionStorage and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.SessionStorageConfiguration value. Returns null if the FilesystemConfiguration is not a SessionStorage.