Interface CfnFlowPropsMixin.FlowConditionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlowPropsMixin.FlowConditionProperty.Jsii$Proxy
Enclosing class:
CfnFlowPropsMixin

@Stability(Stable) public static interface CfnFlowPropsMixin.FlowConditionProperty extends software.amazon.jsii.JsiiSerializable
Defines a condition in the condition node.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
 FlowConditionProperty flowConditionProperty = FlowConditionProperty.builder()
         .expression("expression")
         .name("name")
         .build();
 

See Also: