cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
[AWS::Bedrock::Flow] - [BUG] - Missing Some Node Types
Name of the resource
AWS::Bedrock::Flow
Resource Name
No response
Issue Description
The CloudFormation FlowNode resource has some missing Node Types and its respective configuration objects.
Expected Behavior
I expected to see support in CloudFormation for all the Node Types available in the console:
These node types are very much supported by the API:
Observed Behavior
The ones currently listed and supported by Cloudformation are:
Input | Output | KnowledgeBase | Condition | Lex | Prompt | LambdaFunction
which is a subset of all the available node types, it is missing: Agent
, Retrieval
, Storage
, Collector
, Iterator
, and Condition
.
Test Cases
Specifying one of the missing node types causes a deployment failure.