OBJECT

PostgresDbClusterSlaConfig

Description

SLA Domain configuration for Postgres DB Cluster.

link GraphQL Schema definition

  • type PostgresDbClusterSlaConfig {
  • # Specifies the duration for which the Write-Ahead Logging (WAL) logs for the
  • # Postgres DB cluster is retained.
  • logRetention: Duration
  • }