Snowflake · JSON Structure

Stage Aws Credentials Structure

Type: object Properties: 4
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

aws_key_id aws_secret_key aws_token aws_role

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AwsCredentials",
  "type": "object",
  "properties": {
    "aws_key_id": {
      "type": "string"
    },
    "aws_secret_key": {
      "type": "string"
    },
    "aws_token": {
      "type": "string"
    },
    "aws_role": {
      "type": "string"
    }
  }
}