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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFlowVersion.FlowDataConnectionConfigurationProperty
static final class
An implementation forCfnFlowVersion.FlowDataConnectionConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the output in the source node that the connection begins from.The name of the input in the target node that the connection ends at.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
-