Amazon RDS · JSON Structure

Amazon Rds Openapi Create Db Cluster Response Structure

Response from the CreateDBCluster action

Type: object Properties: 1
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational Databases

CreateDBClusterResponse is a JSON Structure definition published by Amazon RDS, 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-rds/refs/heads/main/json-structure/amazon-rds-openapi-create-db-cluster-response-structure.json",
  "description": "Response from the CreateDBCluster action",
  "type": "object",
  "properties": {
    "dBCluster": {
      "$ref": "#/components/schemas/DBCluster"
    }
  },
  "name": "CreateDBClusterResponse"
}