Snowflake · JSON Structure

External Volume Storage Location S3 Gov Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

storage_aws_role_arn storage_base_url storage_aws_external_id

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

JSON Structure

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