Skip to main content

databases_list_only

Lists databases in a region or regions, for all properties use databases

Overview

Namedatabases_list_only
TypeResource
DescriptionResource Type definition for AWS::Glue::Database
Idaws.glue.databases_list_only

Fields

NameDatatypeDescription
database_namestringThe name of the database. For hive compatibility, this is folded to lowercase when it is store.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all databases in a region.

SELECT
region,
database_name
FROM aws.glue.databases_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the databases_list_only resource, see databases