INPUT_OBJECT
DbLogReportPropertiesUpdateInput
Description
Supported in v5.3+
link GraphQL Schema definition
- input DbLogReportPropertiesUpdateInput {
- # Supported in v5.3+
- # Indicates whether the database log backup delay notification is enabled. Set to
- # 'true' to send an email notification when the log backup delay is more than the
- # configured threshold, and 'false' to disable the behavior.
- Boolean :
- # Supported in v5.3+
- # An integer that specifies an interval in minutes. The CDM cluster sends an email
- # notification when a log backup is delayed for longer than the specified
- # interval.
- Long :
- # Supported in v5.3+
- # An integer that specifies an interval in minutes. Email notifications about the
- # log backup delay exceeding the specified threshold are sent at a maximum
- # frequency specified by the interval.
- Long :
- }