aws.datazone.get_glossary_term
Example SQL Queries
SELECT * FROMaws.datazone.get_glossary_termWHERE"domain_identifier" = 'VALUE'AND "identifier" = 'VALUE';Description
Gets a business glossary term 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 term exists. | VARCHAR |
| identifier Required Input Column The ID of the business glossary term. | 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 the business glossary term was created. | TIMESTAMP_S |
| created_by The Amazon DataZone user who created the business glossary. | VARCHAR |
| domain_id The ID of the Amazon DataZone domain in which this business glossary term exists. | VARCHAR |
| glossary_id The ID of the business glossary to which this term belongs. | VARCHAR |
| id The ID of the business glossary term. | VARCHAR |
| long_description The long description of the business glossary term. | VARCHAR |
| name The name of the business glossary term. | VARCHAR |
| short_description The short decription of the business glossary term. | VARCHAR |
| status The status of the business glossary term. | VARCHAR |
| term_relations The relations of the business glossary term. | STRUCT( |
Show child fields
| |
| updated_at The timestamp of when the business glossary term was updated. | TIMESTAMP_S |
| updated_by The Amazon DataZone user who updated the business glossary term. | VARCHAR |