databases_list_only
Lists databases
in a region or regions, for all properties use databases
Overview
Name | databases_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Glue::Database |
Id | aws.glue.databases_list_only |
Fields
Name | Datatype | Description |
---|---|---|
database_name | string | The name of the database. For hive compatibility, this is folded to lowercase when it is store. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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