

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::Bedrock::FlowVersion ConditionFlowNodeConfiguration
<a name="aws-properties-bedrock-flowversion-conditionflownodeconfiguration"></a>

Defines a condition node in your flow. You can specify conditions that determine which node comes next in the flow. For more information, see [Node types in a flow](https://docs.aws.amazon.com/bedrock/latest/userguide/flows-nodes.html) in the Amazon Bedrock User Guide.

## Syntax
<a name="aws-properties-bedrock-flowversion-conditionflownodeconfiguration-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-bedrock-flowversion-conditionflownodeconfiguration-syntax.json"></a>

```
{
  "[Conditions](#cfn-bedrock-flowversion-conditionflownodeconfiguration-conditions)" : [ FlowCondition, ... ]
}
```

### YAML
<a name="aws-properties-bedrock-flowversion-conditionflownodeconfiguration-syntax.yaml"></a>

```
  [Conditions](#cfn-bedrock-flowversion-conditionflownodeconfiguration-conditions): 
    - FlowCondition
```

## Properties
<a name="aws-properties-bedrock-flowversion-conditionflownodeconfiguration-properties"></a>

`Conditions`  <a name="cfn-bedrock-flowversion-conditionflownodeconfiguration-conditions"></a>
An array of conditions. Each member contains the name of a condition and an expression that defines the condition.  
*Required*: Yes  
*Type*: Array of [FlowCondition](aws-properties-bedrock-flowversion-flowcondition.md)  
*Minimum*: `1`  
*Maximum*: `5`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)