Values.ReplicationTaskAssessmentResultSourceThe task assessment report in JSON format.
type nonrec t = {replicationTaskIdentifier : String_.t option;The replication task identifier of the task on which the task assessment was run.
*)replicationTaskArn : String_.t option;The Amazon Resource Name (ARN) of the replication task.
*)replicationTaskLastAssessmentDate : TStamp.t option;The date the task assessment was completed.
*)assessmentStatus : String_.t option;The status of the task assessment.
*)assessmentResultsFile : String_.t option;The file containing the results of the task assessment.
*)assessmentResults : String_.t option;The task assessment results in JSON format. The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
*)s3ObjectUrl : SecretString.t option;The URL of the S3 object containing the task assessment results. The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
*)}