INPUT_OBJECT

MysqldbSlaConfigInput

Description

Input to configure the SLA Domain for MySQL.

link GraphQL Schema definition

  • input MysqldbSlaConfigInput {
  • # Frequency value for the log backup of MySQL instances.
  • logFrequency: SlaDurationInput
  • # Specifies the duration for which the MySQL instance logs will be retained.
  • logRetention: SlaDurationInput
  • }