Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReplicationTaskAssessmentResult

import type { ReplicationTaskAssessmentResult } from "https://aws-api.deno.dev/v0.3/services/dms.ts?docs=full";

The task assessment report in JSON format.

interface ReplicationTaskAssessmentResult {
AssessmentResults?: string | null;
AssessmentResultsFile?: string | null;
AssessmentStatus?: string | null;
ReplicationTaskArn?: string | null;
ReplicationTaskIdentifier?: string | null;
ReplicationTaskLastAssessmentDate?: Date | number | null;
S3ObjectUrl?: string | null;
}

§Properties

§
AssessmentResults?: string | null
[src]

The task assessment results in JSON format.

The response object only contains this field if you provide "DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn" in the request.

§
AssessmentResultsFile?: string | null
[src]

The file containing the results of the task assessment.

§
AssessmentStatus?: string | null
[src]

The status of the task assessment.

§
ReplicationTaskArn?: string | null
[src]

The Amazon Resource Name (ARN) of the replication task.

§
ReplicationTaskIdentifier?: string | null
[src]

The replication task identifier of the task on which the task assessment was run.

§
ReplicationTaskLastAssessmentDate?: Date | number | null
[src]

The date the task assessment was completed.

§
S3ObjectUrl?: string | null
[src]

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.