Show / Hide Table of Contents

Class CfnFlowVersionPropsMixin.AgentFlowNodeConfigurationProperty

Defines an agent node in your flow.

Inheritance
object
CfnFlowVersionPropsMixin.AgentFlowNodeConfigurationProperty
Implements
CfnFlowVersionPropsMixin.IAgentFlowNodeConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-agentflownodeconfiguration.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-agentflownodeconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-agentflownodeconfiguration.html#cfn-bedrock-flowversion-agentflownodeconfiguration-agentaliasarn

Implements

CfnFlowVersionPropsMixin.IAgentFlowNodeConfigurationProperty
Back to top Generated by DocFX