aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
[AWS::BedrockAgentCore::Memory] - [BUG] - SemanticMemoryStrategy seems to have return values mistakenly mixed into properties
- Dominant language
- No language data
- Stars
- 1.1k
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
### Name of the resource
Other
### Resource Name
AWS::BedrockAgentCore::Memory
### Issue Description
Properties of SemanticMemoryStrategy [currently](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-memory-semanticmemorystrategy.html) are
```
{
"CreatedAt" : String,
"Description" : String,
"Name" : String,
"Namespaces" : [ String, ... ],
"Status" : String,
"StrategyId" : String,
"Type" : String,
"UpdatedAt" : String
}
```
Many of these are not part of the [SemanticMemoryStrategyInput](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_SemanticMemoryStrategyInput.html) object of the API but rather seem mixed in common **return** values (CreatedAt, UpdatedAt) or Memory specific ones (Status, StrategyId)
### Expected Behavior
The properties being limited to the ones of the [SemanticMemoryStrategyInput](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_SemanticMemoryStrategyInput.html) object
### Observed Behavior
Superfluous properties that do not make sense mixed in
### Test Cases
Look at [definition](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-memory-semanticmemorystrategy.html)
### Other Details
_No response_
Contributor guide
Research direction
Start with the linked CloudFormation SemanticMemoryStrategy definition and compare it with the linked SemanticMemoryStrategyInput API reference. Done means the resource properties contain only the input fields and no return-value or Memory-specific fields identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100