CacheClusterStatus

Returns the status of the CacheCluster.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cacheclusterstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CacheClusterStatus",
  "title": "CacheClusterStatus",
  "type": "string",
  "enum": [
    "CREATE_IN_PROGRESS",
    "AVAILABLE",
    "DELETE_IN_PROGRESS",
    "NOT_AVAILABLE",
    "FLUSH_IN_PROGRESS"
  ],
  "description": "Returns the status of the CacheCluster."
}