AWS Redshift · JSON Structure

Redshift Cluster Credentials Structure

Temporary credentials with authorization to log on to an Amazon Redshift database.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ClusterCredentials is a JSON Structure definition published by AWS Redshift, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DbUser DbPassword Expiration

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "DbUser": {},
    "DbPassword": {},
    "Expiration": {}
  },
  "description": "Temporary credentials with authorization to log on to an Amazon Redshift database. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-cluster-credentials-structure.json",
  "name": "ClusterCredentials"
}