aws.glue.get_database
Example SQL Queries
SELECT * FROMaws.glue.get_databaseWHERE"name" = 'VALUE';Description
Retrieves the definition of a specified database.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the database to retrieve. For Hive compatibility, this should be all lowercase. | VARCHAR |
| catalog_id Input Column The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default. | 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 |
| database The definition of the specified database in the Data Catalog. | STRUCT( |
Show child fields
| |