registry_records
Creates, updates, deletes, gets or lists a registry_records resource.
Overview
| Name | registry_records |
| Type | Resource |
| Id | aws.bedrock_agentcore.registry_records |
Fields
The following fields are returned by SELECT queries:
- search_registry_records
| Name | Datatype | Description |
|---|---|---|
registry_records | array | The list of registry records that match the search query, ordered by relevance. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
search_registry_records | select | region | Searches for registry records using semantic, lexical, or hybrid queries. Returns metadata for matching records ordered by relevance within the specified registry. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- search_registry_records
Searches for registry records using semantic, lexical, or hybrid queries. Returns metadata for matching records ordered by relevance within the specified registry.
SELECT
registry_records
FROM aws.bedrock_agentcore.registry_records
WHERE region = '{{ region }}' -- required
;