OBJECT
AwsNativeS3SpecificSnapshot
Description
AWS S3-specific snapshot information.
link GraphQL Schema definition
- type AwsNativeS3SpecificSnapshot implements PolarisSpecificSnapshot {
- # List of objects failed to back up.
- : Long!
- # Verifies if the snapshot is a partial backup.
- : Boolean!
- # List of objects successfully backed up.
- : Long!
- # ID of the snapshot.
- : UUID!
- # Specifies the start time of the S3 backup.
- : DateTime
- }
link Require by
This element is not required by anyone