AWS Redshift · Schema

AuthenticationProfileList

AuthenticationProfileList schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-authentication-profile-list-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "AuthenticationProfileName": {},
      "AuthenticationProfileContent": {}
    },
    "description": "Describes an authentication profile."
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-authentication-profile-list-schema.json",
  "title": "AuthenticationProfileList",
  "description": "AuthenticationProfileList schema from Amazon Redshift"
}