AWS Redshift · Schema

AccountAttribute

A name value pair that describes an aspect of an account.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
AttributeName object
AttributeValues object
View JSON Schema on GitHub

JSON Schema

redshift-account-attribute-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AttributeName": {},
    "AttributeValues": {}
  },
  "description": "A name value pair that describes an aspect of an account. ",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-account-attribute-schema.json",
  "title": "AccountAttribute"
}