Values.SnapshotA snapshot of an Amazon FSx for OpenZFS volume.
type nonrec t = {resourceARN : ResourceARN.t option;snapshotId : SnapshotId.t option;The ID of the snapshot.
*)name : SnapshotName.t option;The name of the snapshot.
*)volumeId : VolumeId.t option;The ID of the volume that the snapshot is of.
*)creationTime : CreationTime.t option;lifecycle : SnapshotLifecycle.t option;The lifecycle status of the snapshot. PENDING - Amazon FSx hasn't started creating the snapshot. CREATING - Amazon FSx is creating the snapshot. DELETING - Amazon FSx is deleting the snapshot. AVAILABLE - The snapshot is fully available.
*)lifecycleTransitionReason : LifecycleTransitionReason.t option;administrativeActions : AdministrativeActions.t option;A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
*)}val make :
?resourceARN:ResourceARN.t ->
?snapshotId:SnapshotId.t ->
?name:SnapshotName.t ->
?volumeId:VolumeId.t ->
?creationTime:CreationTime.t ->
?lifecycle:SnapshotLifecycle.t ->
?lifecycleTransitionReason:LifecycleTransitionReason.t ->
?tags:Tags.t ->
?administrativeActions:AdministrativeActions.t ->
unit ->
t