aws.schemas.describe_registry
Example SQL Queries
SELECT * FROMaws.schemas.describe_registryWHERE"registry_name" = 'VALUE';Description
Describes the registry.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_name Required Input Column The name of the registry. | 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 |
| description The description of the registry. | VARCHAR |
| registry_arn The ARN of the registry. | VARCHAR |
| tags Tags associated with the registry. | MAP(VARCHAR, VARCHAR) |