cloud-connector_provider

Cloud Provider type

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cloud-connector-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cloud-connector_provider",
  "title": "cloud-connector_provider",
  "description": "Cloud Provider type",
  "enum": [
    "aws_s3",
    "r2",
    "gcp_storage",
    "azure_storage"
  ],
  "example": "aws_s3",
  "type": "string"
}