Amazon DocumentDB · Schema

CreateDBClusterResult

CreateDBClusterResult schema from Amazon DocumentDB API

Amazon Web ServicesDatabaseDocument DatabaseDocumentDBManaged DatabaseMongoDBNoSQL

Properties

Name Type Description
DBCluster object
View JSON Schema on GitHub

JSON Schema

documentdb-openapi-create-db-cluster-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-documentdb/refs/heads/main/json-schema/documentdb-openapi-create-db-cluster-result-schema.json",
  "title": "CreateDBClusterResult",
  "description": "CreateDBClusterResult schema from Amazon DocumentDB API",
  "type": "object",
  "properties": {
    "DBCluster": {
      "$ref": "#/components/schemas/DBCluster"
    }
  }
}