INPUT_OBJECT

AwsNativeS3SlaConfigInput

Description

AWS Native S3 SLA configuration.

link GraphQL Schema definition

  • input AwsNativeS3SlaConfigInput {
  • # Specifies the location ID where the primary backups will be stored.
  • archivalLocationId: String
  • # Specifies the number of days for which the AWS S3 continuous backups will be
  • # retained.
  • continuousBackupRetentionInDays: Int
  • }