View a markdown version of this page

ExtractionConfig - Amazon Bedrock AgentCore Data Plane

ExtractionConfig

The configuration for extraction behavior. Use this structure to specify namespace variable keys and their values for namespace substitution during long-term memory extraction.

Contents

namespaceVariables

A map of namespaceKeys to their values. The service substitutes these values into namespaceTemplates during long-term memory extraction to control namespace hierarchy.

Type: String to string map

Map Entries: Maximum number of 5 items.

Key Length Constraints: Minimum length of 1. Maximum length of 32.

Key Pattern: (?!memoryStrategyId$|actorId$|sessionId$)[a-z][a-z0-9]*

Value Length Constraints: Minimum length of 1. Maximum length of 64.

Value Pattern: [a-z0-9][a-z0-9-_]*

Required: No

See Also

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