Show / Hide Table of Contents

Class CfnFlowPropsMixin.AgentFlowNodeConfigurationProperty

Defines an agent node in your flow.

Inheritance
object
CfnFlowPropsMixin.AgentFlowNodeConfigurationProperty
Implements
CfnFlowPropsMixin.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.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFlowPropsMixin.AgentFlowNodeConfigurationProperty : CfnFlowPropsMixin.IAgentFlowNodeConfigurationProperty
Syntax (vb)
Public Class CfnFlowPropsMixin.AgentFlowNodeConfigurationProperty Implements CfnFlowPropsMixin.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-flow-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.CfnPropertyMixins.AWS.Bedrock;

             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-flow-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.CfnPropertyMixins.AWS.Bedrock;

             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-flow-agentflownodeconfiguration.html#cfn-bedrock-flow-agentflownodeconfiguration-agentaliasarn

Implements

CfnFlowPropsMixin.IAgentFlowNodeConfigurationProperty
Back to top Generated by DocFX