Resource Type: AWS > Bedrock > Action Group
The Bedrock Agent Action Group resource type represents an action group attached to an Amazon Bedrock agent. Action groups define the set of actions an agent can perform — typically by invoking a Lambda function or calling an API based on an OpenAPI/function schema. Each agent can have many action groups; each is governed independently.
Resource Context
Action Group is a part of the Bedrock service.
Each Action Group lives under an Agent.
Controls
The primary controls for AWS > Bedrock > Action Group are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-bedrock#/resource/types/actionGroup
- tmod:@turbot/turbot#/resource/categories/machineLearning
- turbot graphql resource --id "tmod:@turbot/aws-bedrock#/resource/types/actionGroup"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-bedrock#/resource/types/actionGroup';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-bedrock#/resource/types/actionGroup"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-bedrock#/resource/types/actionGroup' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query