Glue Databases¶
Provider: AWS
Service ID: glue_databases
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'glue_databases',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'description', 'create_time']
});
</script>
<div data-sd-service="glue_databases" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
database_name |
Database Name | text |
From API field: Name |
description |
Description | text |
From API field: Description |
location_uri |
Location URI | text |
From API field: LocationUri |
create_time |
Created | datetime |
From API field: CreateTime |
= included in default view
Sort Order¶
Results are sorted by: name