Amazon DocumentDB · JSON Structure

Documentdb Openapi Create Db Cluster Result Structure

CreateDBClusterResult schema from Amazon DocumentDB API

Type: object Properties: 1
Amazon Web ServicesDatabaseDocument DatabaseDocumentDBManaged DatabaseMongoDBNoSQL

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

Properties

DBCluster

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-create-db-cluster-result-structure.json",
  "name": "CreateDBClusterResult",
  "description": "CreateDBClusterResult schema from Amazon DocumentDB API",
  "type": "object",
  "properties": {
    "DBCluster": {
      "$ref": "#/components/schemas/DBCluster"
    }
  }
}