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

json.schema.security.credentials.awsCredentials.json Maven / Gradle / Ivy

The newest version!
{
  "$id": "https://open-metadata.org/security/credentials/awsCredentials.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AWSCredentials",
  "description": "AWS credentials configs.",
  "type": "object",
  "javaType": "org.openmetadata.catalog.security.credentials.AWSCredentials",
  "properties": {
    "awsAccessKeyId": {
      "title": "AWS Access Key ID",
      "description": "AWS Access key ID.",
      "type": "string"
    },
    "awsSecretAccessKey": {
      "title": "AWS Secret Access Key",
      "description": "AWS Secret Access Key.",
      "type": "string",
      "format": "password"
    },
    "awsRegion": {
      "title": "AWS Region",
      "description": "AWS Region",
      "type": "string"
    },
    "awsSessionToken": {
      "title": "AWS Session Token",
      "description": "AWS Session Token.",
      "type": "string"
    },
    "endPointURL": {
      "title": "Endpoint URL",
      "description": "EndPoint URL for the AWS",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": ["awsRegion"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy