aws.bedrock_agent.list_agent_action_groups
Example SQL Queries
SELECT * FROMaws.bedrock_agent.list_agent_action_groupsWHERE"agent_id" = 'VALUE'AND "agent_version" = 'VALUE';Description
Lists the action groups for an agent and information about each one.
Table Definition
| Column Name | Column Data Type |
|---|---|
| agent_id Required Input Column The unique identifier of the agent. | VARCHAR |
| agent_version Required Input Column The version of the agent. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| action_group_id The unique identifier of the action group. | VARCHAR |
| action_group_name The name of the action group. | VARCHAR |
| action_group_state Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request. | VARCHAR |
| description The description of the action group. | VARCHAR |
| updated_at The time at which the action group was last updated. | TIMESTAMP_S |