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

AppAssessmentSummary

import type { AppAssessmentSummary } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";

Defines an application assessment summary.

interface AppAssessmentSummary {
appArn?: string | null;
appVersion?: string | null;
assessmentArn: string;
assessmentName?: string | null;
assessmentStatus: AssessmentStatus;
complianceStatus?: ComplianceStatus | null;
cost?: Cost | null;
endTime?: Date | number | null;
invoker?: AssessmentInvoker | null;
message?: string | null;
resiliencyScore?: number | null;
startTime?: Date | number | null;
}

§Properties

§
appArn?: string | null
[src]

The Amazon Resource Name (ARN) of the AWS Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

§
appVersion?: string | null
[src]

The version of the application.

§
assessmentArn: string
[src]

The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.

§
assessmentName?: string | null
[src]

The name of the assessment.

§
assessmentStatus: AssessmentStatus
[src]

The current status of the assessment for the resiliency policy.

§
complianceStatus?: ComplianceStatus | null
[src]

The current status of compliance for the resiliency policy.

§
cost?: Cost | null
[src]

The cost for the application.

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

The end time for the action.

§
invoker?: AssessmentInvoker | null
[src]

The entity that invoked the assessment.

§
message?: string | null
[src]

The message from the assessment run.

§
resiliencyScore?: number | null
[src]

The current resiliency score for the application.

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

The starting time for the action.