Snowflake · JSON Structure

Service Service Endpoint Structure

Type: object Properties: 6
Data LakesData SharingData WarehousingDatabaseSQL

ServiceEndpoint is a JSON Structure definition published by Snowflake, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name port portRange protocol is_public ingress_url

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServiceEndpoint",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "portRange": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    },
    "is_public": {
      "type": "boolean"
    },
    "ingress_url": {
      "type": "string"
    }
  }
}