Show / Hide Table of Contents

Interface CfnFlowVersion.IFlowConditionProperty

Defines a condition in the condition node.

Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFlowVersion.IFlowConditionProperty
Syntax (vb)
Public Interface CfnFlowVersion.IFlowConditionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-flowcondition.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.AWS.Bedrock;

             var flowConditionProperty = new FlowConditionProperty {
                 Name = "name",

                 // the properties below are optional
                 Expression = "expression"
             };

Synopsis

Properties

Expression

Defines the condition.

Name

A name for the condition that you can reference.

Properties

Expression

Defines the condition.

string? Expression { get; }
Property Value

string

Remarks

You must refer to at least one of the inputs in the condition. For more information, expand the Condition node section in Node types in prompt flows .

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

Name

A name for the condition that you can reference.

string Name { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX