AWS Redshift · JSON Structure

Redshift Cluster Extended Credentials Structure

ClusterExtendedCredentials schema from Amazon Redshift

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

DbUser DbPassword Expiration NextRefreshTime

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "DbUser": {},
    "DbPassword": {},
    "Expiration": {},
    "NextRefreshTime": {}
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-cluster-extended-credentials-structure.json",
  "name": "ClusterExtendedCredentials",
  "description": "ClusterExtendedCredentials schema from Amazon Redshift"
}