Values.BackupSourceA backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.
type nonrec t = {backupId : BackupId.t option;The ID of the backup.
*)lifecycle : BackupLifecycle.t option;The lifecycle status of the backup. AVAILABLE - The backup is fully available. PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup. CREATING - Amazon FSx is creating the backup. TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3. COPYING - Amazon FSx is copying the backup. DELETED - Amazon FSx deleted the backup and it's no longer available. FAILED - Amazon FSx couldn't finish the backup.
*)failureDetails : BackupFailureDetails.t option;Details explaining any failures that occurred when creating a backup.
*)type_ : BackupType.t option;The type of the file-system backup.
*)progressPercent : ProgressPercent.t option;creationTime : CreationTime.t option;The time when a particular backup was created.
*)kmsKeyId : KmsKeyId.t option;The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.
*)resourceARN : ResourceARN.t option;The Amazon Resource Name (ARN) for the backup resource.
*)fileSystem : FileSystem.t option;The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.
*)directoryInformation : ActiveDirectoryBackupAttributes.t option;The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.
*)ownerId : AWSAccountId.t option;sourceBackupId : BackupId.t option;sourceBackupRegion : Region.t option;The source Region of the backup. Specifies the Region from where this backup is copied.
*)resourceType : ResourceType.t option;Specifies the resource type that's backed up.
*)volume : Volume.t option;sizeInBytes : SizeInBytes.t option;The size of the backup in bytes. This represents the amount of data that the file system would contain if you restore this backup.
*)}val make :
?backupId:??? ->
?lifecycle:??? ->
?failureDetails:??? ->
?type_:??? ->
?progressPercent:??? ->
?creationTime:??? ->
?kmsKeyId:??? ->
?resourceARN:??? ->
?tags:??? ->
?fileSystem:??? ->
?directoryInformation:??? ->
?ownerId:??? ->
?sourceBackupId:??? ->
?sourceBackupRegion:??? ->
?resourceType:??? ->
?volume:??? ->
?sizeInBytes:??? ->
unit ->
t