Show / Hide Table of Contents

Class CfnAgent.OrchestrationExecutorProperty

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

Inheritance
object
CfnAgent.OrchestrationExecutorProperty
Implements
CfnAgent.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.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAgent.OrchestrationExecutorProperty : CfnAgent.IOrchestrationExecutorProperty
Syntax (vb)
Public Class CfnAgent.OrchestrationExecutorProperty Implements CfnAgent.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.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.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

CfnAgent.IOrchestrationExecutorProperty
Back to top Generated by DocFX