AWS Redshift · Schema

ClusterExtendedCredentials

ClusterExtendedCredentials schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
DbUser object
DbPassword object
Expiration object
NextRefreshTime object
View JSON Schema on GitHub

JSON Schema

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