Providers

The Cloud providers configuration

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
azure object
aws object
View JSON Schema on GitHub

JSON Schema

application-research-providers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Providers",
  "title": "Providers",
  "type": "object",
  "description": "The Cloud providers configuration",
  "properties": {
    "azure": {
      "$ref": "#/components/schemas/ProvidersAzure"
    },
    "aws": {
      "$ref": "#/components/schemas/ProvidersAws"
    }
  }
}