Vantage · Schema

IntegrationInput

BudgetsCloud PricingCost ManagementCostsFinOps

Properties

Name Type Description
provider string The cloud provider to integrate with.
account_identifier string The cloud account identifier.
View JSON Schema on GitHub

JSON Schema

vantage-cost-management-integration-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IntegrationInput",
  "type": "object",
  "properties": {
    "provider": {
      "type": "string",
      "description": "The cloud provider to integrate with."
    },
    "account_identifier": {
      "type": "string",
      "description": "The cloud account identifier."
    }
  }
}