All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.entity.services.connections.database.datalake.s3Config.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/entity/services/connections/database/datalake/s3Config.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "S3Config",
  "description": "DataLake S3 bucket will ingest metadata of files in bucket",
  "type": "object",
  "javaType": "org.openmetadata.schema.services.connections.database.datalake.S3Config",
  "properties": {
    "securityConfig": {
      "title": "DataLake S3 Security Config",
      "$ref": "../../../../../security/credentials/awsCredentials.json"
    }
  },
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy