Show / Hide Table of Contents

Class CfnAgentPropsMixin.OrchestrationExecutorProperty

The structure of the executor invoking the actions in custom orchestration.

Inheritance
object
CfnAgentPropsMixin.OrchestrationExecutorProperty
Implements
CfnAgentPropsMixin.IOrchestrationExecutorProperty
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 CfnAgentPropsMixin.OrchestrationExecutorProperty : CfnAgentPropsMixin.IOrchestrationExecutorProperty
Syntax (vb)
Public Class CfnAgentPropsMixin.OrchestrationExecutorProperty Implements CfnAgentPropsMixin.IOrchestrationExecutorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-orchestrationexecutor.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 orchestrationExecutorProperty = new OrchestrationExecutorProperty {
                 Lambda = "lambda"
             };

Synopsis

Constructors

OrchestrationExecutorProperty()

The structure of the executor invoking the actions in custom orchestration.

Properties

Lambda

The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.

Constructors

OrchestrationExecutorProperty()

The structure of the executor invoking the actions in custom orchestration.

public OrchestrationExecutorProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-orchestrationexecutor.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 orchestrationExecutorProperty = new OrchestrationExecutorProperty {
                 Lambda = "lambda"
             };

Properties

Lambda

The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.

public string? Lambda { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-orchestrationexecutor.html#cfn-bedrock-agent-orchestrationexecutor-lambda

Implements

CfnAgentPropsMixin.IOrchestrationExecutorProperty
Back to top Generated by DocFX