OBJECT

AwsNativeRdsPointInTimeRestoreWindow

Description

The Point-in-Time (PiT) restore window of the RDS Instance.

link GraphQL Schema definition

  • type AwsNativeRdsPointInTimeRestoreWindow {
  • # The earliest time to which RDS Instance can be restored.
  • earliestTime: DateTime
  • # The latest time to which RDS Instance can be restored.
  • latestTime: DateTime
  • }

link Require by