Class CfnFlowVersionPropsMixin.AgentFlowNodeConfigurationProperty
Defines an agent node in your flow.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFlowVersionPropsMixin.AgentFlowNodeConfigurationProperty : CfnFlowVersionPropsMixin.IAgentFlowNodeConfigurationProperty
Syntax (vb)
Public Class CfnFlowVersionPropsMixin.AgentFlowNodeConfigurationProperty Implements CfnFlowVersionPropsMixin.IAgentFlowNodeConfigurationProperty
Remarks
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.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var agentFlowNodeConfigurationProperty = new AgentFlowNodeConfigurationProperty {
AgentAliasArn = "agentAliasArn"
};
Synopsis
Constructors
| AgentFlowNodeConfigurationProperty() | Defines an agent node in your flow. |
Properties
| AgentAliasArn | The Amazon Resource Name (ARN) of the alias of the agent to invoke. |
Constructors
AgentFlowNodeConfigurationProperty()
Defines an agent node in your flow.
public AgentFlowNodeConfigurationProperty()
Remarks
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.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var agentFlowNodeConfigurationProperty = new AgentFlowNodeConfigurationProperty {
AgentAliasArn = "agentAliasArn"
};
Properties
AgentAliasArn
The Amazon Resource Name (ARN) of the alias of the agent to invoke.
public string? AgentAliasArn { get; set; }