home / dmd

aws_elasticache_datastores

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ account_id region arn name engine engine_version tags
1 1 123456789012 eu-west-1 arn:aws:elasticache:eu-west-1:123456789012:cluster:example-deprecated example-deprecated redis 2.8 {}
2 2 123456789012 eu-west-1 arn:aws:elasticache:eu-west-1:123456789012:cluster:example-evergreen example-evergreen redis 10000.0.0 {}

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE aws_elasticache_datastores (
  account_id TEXT NOT NULL,
  region TEXT NOT NULL,
  arn TEXT NOT NULL,
  name TEXT NOT NULL,
  engine TEXT NOT NULL,
  engine_version TEXT NOT NULL,

  -- tags is a JSON object
  tags TEXT NOT NULL,

  UNIQUE (account_id, region, arn) ON CONFLICT REPLACE
);
Powered by Datasette · Queries took 8.581ms