Interface CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFlowPropsMixin
@Stability(Stable)
public static interface CfnFlowPropsMixin.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.mixins.preview.services.bedrock.mixins.*;
FlowDataConnectionConfigurationProperty flowDataConnectionConfigurationProperty = FlowDataConnectionConfigurationProperty.builder()
.sourceOutput("sourceOutput")
.targetInput("targetInput")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFlowPropsMixin.FlowDataConnectionConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceOutput
The name of the output in the source node that the connection begins from.- See Also:
-
getTargetInput
The name of the input in the target node that the connection ends at.- See Also:
-
builder
@Stability(Stable) static CfnFlowPropsMixin.FlowDataConnectionConfigurationProperty.Builder builder()
-