Amazon DocumentDB · JSON Structure

Documentdb Openapi Describe Db Clusters Result Structure

DescribeDBClustersResult schema from Amazon DocumentDB API

Type: object Properties: 2
Amazon Web ServicesDatabaseDocument DatabaseDocumentDBManaged DatabaseMongoDBNoSQL

DescribeDBClustersResult is a JSON Structure definition published by Amazon DocumentDB, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DBClusters Marker

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-documentdb/refs/heads/main/json-structure/documentdb-openapi-describe-db-clusters-result-structure.json",
  "name": "DescribeDBClustersResult",
  "description": "DescribeDBClustersResult schema from Amazon DocumentDB API",
  "type": "object",
  "properties": {
    "DBClusters": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DBCluster"
      }
    },
    "Marker": {
      "type": "string"
    }
  }
}