d1_primary-location-hint

Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as possible to the current user.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-d1-primary-location-hint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/d1_primary-location-hint",
  "title": "d1_primary-location-hint",
  "description": "Specify the region to create the D1 primary, if available. If this option is omitted, the D1 will be created as close as possible to the current user.",
  "enum": [
    "wnam",
    "enam",
    "weur",
    "eeur",
    "apac",
    "oc"
  ],
  "example": "wnam",
  "type": "string"
}