Interface CfnFlowVersion.AgentFlowNodeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowVersion.AgentFlowNodeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFlowVersion
@Stability(Stable)
public static interface CfnFlowVersion.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 Amazon Bedrock works 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.services.bedrock.*; AgentFlowNodeConfigurationProperty agentFlowNodeConfigurationProperty = AgentFlowNodeConfigurationProperty.builder() .agentAliasArn("agentAliasArn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFlowVersion.AgentFlowNodeConfigurationProperty
static final class
An implementation forCfnFlowVersion.AgentFlowNodeConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the alias of the agent to invoke.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentAliasArn
The Amazon Resource Name (ARN) of the alias of the agent to invoke.- See Also:
-
builder
-