Snowflake · JSON Structure

External Volume Encryption Structure

Type: object Properties: 2
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

type kms_key_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Encryption",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "kms_key_id": {
      "type": "string"
    }
  }
}