Render · Schema

readReplicaInput

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
name string The display name of the replica instance.
parameterOverrides object
View JSON Schema on GitHub

JSON Schema

render-readreplicainput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/readReplicaInput",
  "title": "readReplicaInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The display name of the replica instance."
    },
    "parameterOverrides": {
      "$ref": "#/components/schemas/postgresParameterOverrides"
    }
  },
  "required": [
    "name"
  ]
}