View a markdown version of this page

Notifications for pending approvals - Amazon Bedrock AgentCore
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Notifications for pending approvals

Migration Now Open

Amazon Agent Registry has launched under the new agent-registry namespace. Support for the public preview bedrock-agentcore namespace will be discontinued on September 17, 2026. For migration instructions, see Comprehensive registry migration guide.

Event details

  • Source: aws.agent-registry (aws.bedrock-agentcore for registries still on the bedrock-agentcore namespace)

  • Detail type: Registry Record State changed to Pending Approval

  • Bus: Default Amazon EventBridge bus

  • Resources: Full ARN of the registry record

  • Detail: Contains registryRecordId and registryId

Example event

Example
Amazon Agent Registry namespace
{ "version":"0", "detail-type":"Registry Record State changed to Pending Approval", "source":"aws.agent-registry", "account":"123456789012", "region":"us-west-2", "resources":["arn:aws:agent-registry:us-west-2:123456789012:registry/REG_ID/record/REC_ID"], "detail":{"registryRecordId":"REC_ID","registryId":"REG_ID"} }
Amazon Bedrock AgentCore namespace (to be deprecated)
{ "version":"0", "detail-type":"Registry Record State changed to Pending Approval", "source":"aws.bedrock-agentcore", "account":"123456789012", "region":"us-west-2", "resources":["arn:aws:bedrock-agentcore:us-west-2:123456789012:registry/REG_ID/record/REC_ID"], "detail":{"registryRecordId":"REC_ID","registryId":"REG_ID"} }

Create an Amazon EventBridge rule

For more information on how to create Amazon EventBridge Rules, see Creating Amazon EventBridge rules. Amazon Agent Registry events can be found under the source: aws.agent-registry (or aws.bedrock-agentcore for registries still on the bedrock-agentcore namespace) and detail-type: Registry Record State changed to Pending Approval.

You can configure the rule to any Target supported by Amazon EventBridge.