aws.datazone.get_glossary
Example SQL Queries
SELECT * FROMaws.datazone.get_glossaryWHERE"domain_identifier" = 'VALUE'AND "identifier" = 'VALUE';Description
Gets a business glossary in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The ID of the Amazon DataZone domain in which this business glossary exists. | VARCHAR |
| identifier Required Input Column The ID of the business glossary. | 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 |
| created_at The timestamp of when this business glossary was created. | TIMESTAMP_S |
| created_by The Amazon DataZone user who created this business glossary. | VARCHAR |
| description The description of the business glossary. | VARCHAR |
| domain_id The ID of the Amazon DataZone domain in which this business glossary exists. | VARCHAR |
| id The ID of the business glossary. | VARCHAR |
| name The name of the business glossary. | VARCHAR |
| owning_project_id The ID of the project that owns this business glossary. | VARCHAR |
| status The status of the business glossary. | VARCHAR |
| updated_at The timestamp of when the business glossary was updated. | TIMESTAMP_S |
| updated_by The Amazon DataZone user who updated the business glossary. | VARCHAR |