Interface CfnFlowVersionPropsMixin.IFlowConditionalConnectionConfigurationProperty
The configuration of a connection between a condition node and another node.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowVersionPropsMixin.IFlowConditionalConnectionConfigurationProperty
Syntax (vb)
Public Interface CfnFlowVersionPropsMixin.IFlowConditionalConnectionConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var flowConditionalConnectionConfigurationProperty = new FlowConditionalConnectionConfigurationProperty {
Condition = "condition"
};
Synopsis
Properties
| Condition | The condition that triggers this connection. |
Properties
Condition
The condition that triggers this connection.
string? Condition { get; }
Property Value
Remarks
For more information about how to write conditions, see the Condition node type in the Node types topic in the Amazon Bedrock User Guide.