Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-flowconditionalconnectionconfiguration.html

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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-flowconditionalconnectionconfiguration.html#cfn-bedrock-flowversion-flowconditionalconnectionconfiguration-condition

Back to top Generated by DocFX