appmixer.ai.agentcore.CreateMemory
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Name | text | The name of the memory. Must be unique within your account, start with a letter and contain only letters, numbers and underscores (max 48 chars). |
| Event Expiry Duration (days) | number | The number of days after which memory events expire. Between 3 and 365. |
| Description | textarea | Optional description of the memory. |
| Memory Execution Role ARN | text | Optional IAM role ARN that grants the memory permission to access AWS services. |
| Encryption Key ARN | text | Optional AWS KMS key ARN used to encrypt the memory data. |
| Extraction Strategy | select | Optional built-in memory strategy that extracts long-term memory records from events. Without a strategy the memory only stores raw events and never produces memory records. Advanced or multiple strategies can be configured via the Make API Call component. |
| Strategy Name | text | Required when an Extraction Strategy is selected. A name for the strategy (letters, numbers and underscores). |
| Strategy Namespaces | text | Optional comma-separated list of namespaces the strategy writes records into, e.g. /facts/{actorId}. Supports the {actorId} and {sessionId} placeholders. Leave empty to use the AWS default namespace. |
| Wait Until Active | toggle | When enabled, the component waits (up to ~3 minutes) until the memory finishes provisioning and reaches the ACTIVE state before continuing. A memory stays in the CREATING state for about a minute after creation and rejects Create Event calls until it is active, so enable this when the same flow adds events right after creating the memory. |
| Field | Type | Description |
|---|---|---|
| Memory ID | string | - |
| Memory ARN | string | - |
| Name | string | - |
| Description | string | - |
| Status | string | - |
| Event Expiry Duration (days) | integer | - |
| Created At | string | - |