enum CustomControl
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Alpha.CustomControl |
Go | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#CustomControl |
Java | software.amazon.awscdk.services.bedrock.alpha.CustomControl |
Python | aws_cdk.aws_bedrock_alpha.CustomControl |
TypeScript (source) | @aws-cdk/aws-bedrock-alpha ยป CustomControl |
The type of custom control for the action group executor.
Members
| Name | Description |
|---|---|
| RETURN_CONTROL | Returns the action group invocation results directly in the InvokeAgent response. |
RETURN_CONTROL
Returns the action group invocation results directly in the InvokeAgent response.

.NET
Go
Java
Python
TypeScript (