OBJECT
AwsNativeS3SlaConfig
Description
The SLA Domain configuration for AWS S3 instances.
link GraphQL Schema definition
- type AwsNativeS3SlaConfig {
- #   Specifies the location ID where the primary backups will be stored.
- : String! 
- #   Specifies the location name where the primary backups will be stored.
- : String! 
- #   Specifies the duration for which the continuous backups will be retained. This 
- #   duration determines the earliest time to which a Point-in-Time recovery can be 
- #   performed on the associated S3 instances.
- : Int! 
- }