Redshift Clusters¶
Provider: AWS
Service ID: redshift_clusters
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'redshift_clusters',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'cluster_id', 'status', 'node_type', 'number_of_nodes', 'db_name']
});
</script>
<div data-sd-service="redshift_clusters" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'cluster_id', 'status', 'node_type', 'number_of_nodes', 'db_name', 'endpoint', 'created']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
cluster_id |
Cluster ID | text |
From API field: ClusterIdentifier |
status |
Status | status_badge |
From API field: ClusterStatus |
node_type |
Node Type | text |
From API field: NodeType |
number_of_nodes |
Number of Nodes | text |
From API field: NumberOfNodes |
db_name |
Database Name | text |
From API field: DBName |
endpoint |
Endpoint | text |
From API field: Endpoint.Address |
port |
Port | text |
From API field: Endpoint.Port |
vpc_id |
VPC ID | text |
From API field: VpcId. Resolved to vpc name when available |
encrypted |
Encrypted | boolean |
From API field: Encrypted |
availability_zone |
Availability Zone | text |
From API field: AvailabilityZone |
created |
Created | datetime |
From API field: ClusterCreateTime |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name, cluster_id