Interface CfnFlowVersion.FlowDataConnectionConfigurationProperty

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

@Stability(Stable) public static interface CfnFlowVersion.FlowDataConnectionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration of a connection originating from a node that isn't a 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.services.bedrock.*;
 FlowDataConnectionConfigurationProperty flowDataConnectionConfigurationProperty = FlowDataConnectionConfigurationProperty.builder()
         .sourceOutput("sourceOutput")
         .targetInput("targetInput")
         .build();
 

See Also: