Snowflake · Schema

AwsHook

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
api_provider string
api_aws_role_arn string The ARN (Amazon resource name) of the IAM role.
View JSON Schema on GitHub

JSON Schema

api-integration-aws-hook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AwsHook",
  "type": "object",
  "properties": {
    "api_provider": {
      "type": "string"
    },
    "api_aws_role_arn": {
      "type": "string",
      "description": "The ARN (Amazon resource name) of the IAM role."
    }
  }
}