AWS cli documentation change
Summary
Added self-managed memory configuration with trigger conditions and invocation settings including SNS/S3 integration
Security assessment
Adds configuration options for memory processing triggers and payload delivery mechanisms but doesn't explicitly address security vulnerabilities or introduce security-specific features. The SNS/S3 references are operational configuration details rather than security controls.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/get-memory.md b/cli/latest/reference/bedrock-agentcore-control/get-memory.md index 5486b2f50..cdcfdd1e0 100644 --- a//cli/latest/reference/bedrock-agentcore-control/get-memory.md +++ b//cli/latest/reference/bedrock-agentcore-control/get-memory.md @@ -15 +15 @@ - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) » @@ -356,0 +357 @@ memory -> (structure) +>>>>> * `SELF_MANAGED` @@ -485,0 +487,68 @@ memory -> (structure) +>>>> +>>>> selfManagedConfiguration -> (structure) +>>>> +>>>>> Self-managed configuration settings. +>>>>> +>>>>> triggerConditions -> (list) [required] +>>>>> +>>>>>> A list of conditions that trigger memory processing. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> + +>>>>>> +>>>>>> (tagged union structure) +>>>>>> +>>>>>>> Condition that triggers memory processing. +>>>>>>> +>>>>>>> ### Note +>>>>>>> +>>>>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `messageBasedTrigger`, `tokenBasedTrigger`, `timeBasedTrigger`. +>>>>>>> +>>>>>>> messageBasedTrigger -> (structure) +>>>>>>> +>>>>>>>> Message based trigger configuration. +>>>>>>>> +>>>>>>>> messageCount -> (integer) +>>>>>>>> +>>>>>>>>> The number of messages that trigger memory processing. +>>>>>>> +>>>>>>> tokenBasedTrigger -> (structure) +>>>>>>> +>>>>>>>> Token based trigger configuration. +>>>>>>>> +>>>>>>>> tokenCount -> (integer) +>>>>>>>> +>>>>>>>>> Number of tokens that trigger memory processing. +>>>>>>> +>>>>>>> timeBasedTrigger -> (structure) +>>>>>>> +>>>>>>>> Time based trigger configuration. +>>>>>>>> +>>>>>>>> idleSessionTimeout -> (integer) +>>>>>>>> +>>>>>>>>> Idle session timeout (seconds) that triggers memory processing. +>>>>> +>>>>> invocationConfiguration -> (structure) [required] +>>>>> +>>>>>> The configuration to use when invoking memory processing. +>>>>>> +>>>>>> topicArn -> (string) [required] +>>>>>> +>>>>>>> The ARN of the SNS topic for job notifications. +>>>>>>> +>>>>>>> Constraints: +>>>>>>> +>>>>>>> * pattern: `arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}` +>>>>>>> + +>>>>>> +>>>>>> payloadDeliveryBucketName -> (string) [required] +>>>>>> +>>>>>>> The S3 bucket name for event payload delivery. +>>>>> +>>>>> historicalContextWindowSize -> (integer) [required] +>>>>> +>>>>>> The number of historical messages to include in processing context. @@ -551 +620 @@ memory -> (structure) - * [AWS CLI 2.31.10 Command Reference](../../index.html) » + * [AWS CLI 2.31.13 Command Reference](../../index.html) »