Interface: AgentActionGroupProps
March 19, 2026 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentActionGroupProps
Interface: AgentActionGroupProps
PROPS - Action Group Class
Properties
apiSchema?
readonlyoptionalapiSchema?:ApiSchema
The API Schema
Default
- No API Schema
description?
readonlyoptionaldescription?:string
A description of the action group.
Default
- No description
enabled?
readonlyoptionalenabled?:boolean
Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
Default
true
executor?
readonlyoptionalexecutor?:ActionGroupExecutor
The action group executor.
Default
- No executor
forceDelete?
readonlyoptionalforceDelete?:boolean
Specifies whether to delete the resource even if it's in use.
Default
false
functionSchema?
readonlyoptionalfunctionSchema?:FunctionSchemaProperty
Defines functions that each define parameters that the agent needs to invoke from the user. NO L2 yet as this doesn't make much sense IMHO
name
readonlyname:string
The name of the action group.
parentActionGroupSignature?
readonlyoptionalparentActionGroupSignature?:ParentActionGroupSignature
The AWS Defined signature for enabling certain capabilities in your agent. When this property is specified, you must leave the description, apiSchema, and actionGroupExecutor fields blank for this action group