aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap
[AWS::BedrockAgentCore::Memory] - [BUG] - CustomMemoryStrategy 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 CustomMemoryStrategy [currently](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-memory-custommemorystrategy.html) are
```
{
"Configuration" : CustomConfigurationInput,
"CreatedAt" : String,
"Description" : String,
"Name" : String,
"Namespaces" : [ String, ... ],
"Status" : String,
"StrategyId" : String,
"Type" : String,
"UpdatedAt" : String
}
```
Many of these are not part of the [CustomMemoryStrategyInput](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CustomMemoryStrategyInput.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 [CustomMemoryStrategyInput](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CustomMemoryStrategyInput.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-custommemorystrategy.html)
### Other Details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.