Amazon Glue · JSON Structure

Glue Agg Function Structure

AggFunction schema from Amazon Glue API

Type: string Properties: 0
AnalyticsData CatalogData IntegrationData PipelineETLServerless

AggFunction is a JSON Structure definition published by Amazon Glue. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-agg-function-structure.json",
  "name": "AggFunction",
  "description": "AggFunction schema from Amazon Glue API",
  "type": "string",
  "enum": [
    "avg",
    "countDistinct",
    "count",
    "first",
    "last",
    "kurtosis",
    "max",
    "min",
    "skewness",
    "stddev_samp",
    "stddev_pop",
    "sum",
    "sumDistinct",
    "var_samp",
    "var_pop"
  ]
}