aws.schemas.list_registries
Example SQL Queries
SELECT * FROMaws.schemas.list_registries;Description
List the registries.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_name_prefix Input Column Specifying this limits the results to only those registry names that start with the specified prefix. | VARCHAR |
| scope Input Column Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| registry_arn The ARN of the registry. | VARCHAR |
| registry_name The name of the registry. | VARCHAR |
| tags Tags associated with the registry. | MAP(VARCHAR, VARCHAR) |