Amazon RDS · JSON Structure

Amazon Rds Openapi Create Db Snapshot Response Structure

Response from the CreateDBSnapshot action

Type: object Properties: 1
Cloud DatabasesDatabase ServiceDBaaSManaged DatabasesRelational Databases

CreateDBSnapshotResponse 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

dBSnapshot

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-snapshot-response-structure.json",
  "description": "Response from the CreateDBSnapshot action",
  "type": "object",
  "properties": {
    "dBSnapshot": {
      "$ref": "#/components/schemas/DBSnapshot"
    }
  },
  "name": "CreateDBSnapshotResponse"
}