Interface CfnFlowVersion.FlowNodeInputProperty

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

@Stability(Stable) public static interface CfnFlowVersion.FlowNodeInputProperty extends software.amazon.jsii.JsiiSerializable
Contains configurations for an input to a 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.services.bedrock.*;
 FlowNodeInputProperty flowNodeInputProperty = FlowNodeInputProperty.builder()
         .expression("expression")
         .name("name")
         .type("type")
         .build();
 

See Also: