OBJECT

AwsRdsConfig

Description

The SLA Domain configuration for AWS RDS instances.

link GraphQL Schema definition

  • type AwsRdsConfig {
  • # Specifies the duration for which the logs will be retained. This duration
  • # determines the earliest time to which a Point-in-Time recovery can be performed
  • # on the associated RDS instances.
  • logRetention: Duration
  • }