Interface CfnAgentPropsMixin.OrchestrationExecutorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgentPropsMixin.OrchestrationExecutorProperty.Jsii$Proxy
- Enclosing class:
CfnAgentPropsMixin
@Stability(Stable)
public static interface CfnAgentPropsMixin.OrchestrationExecutorProperty
extends software.amazon.jsii.JsiiSerializable
The structure of the executor invoking the actions in custom orchestration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrock.*;
OrchestrationExecutorProperty orchestrationExecutorProperty = OrchestrationExecutorProperty.builder()
.lambda("lambda")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentPropsMixin.OrchestrationExecutorPropertystatic final classAn implementation forCfnAgentPropsMixin.OrchestrationExecutorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLambda
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.- See Also:
-
builder
-