Interface CfnFlowPropsMixin.AgentFlowNodeConfigurationProperty

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

@Stability(Stable) public static interface CfnFlowPropsMixin.AgentFlowNodeConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Defines an agent node in your flow.

You specify the agent to invoke at this point in the flow. For more information, see Node types in a flow in the Amazon Bedrock User Guide.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
 AgentFlowNodeConfigurationProperty agentFlowNodeConfigurationProperty = AgentFlowNodeConfigurationProperty.builder()
         .agentAliasArn("agentAliasArn")
         .build();
 

See Also: