Skip to main content

registry_records

Creates, updates, deletes, gets or lists a registry_records resource.

Overview

Nameregistry_records
TypeResource
Idaws.bedrock_agentcore.registry_records

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
registry_recordsarrayThe list of registry records that match the search query, ordered by relevance.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
search_registry_recordsselectregionSearches 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;