Interface CfnFlowVersion.FlowNodeOutputProperty

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

@Stability(Stable) public static interface CfnFlowVersion.FlowNodeOutputProperty extends software.amazon.jsii.JsiiSerializable
Contains configurations for an output from 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.*;
 FlowNodeOutputProperty flowNodeOutputProperty = FlowNodeOutputProperty.builder()
         .name("name")
         .type("type")
         .build();
 

See Also: