AWS Redshift · Schema

AttributeValueTarget

Describes an attribute value.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
AttributeValue object
View JSON Schema on GitHub

JSON Schema

redshift-attribute-value-target-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AttributeValue": {}
  },
  "description": "Describes an attribute value.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-attribute-value-target-schema.json",
  "title": "AttributeValueTarget"
}