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

AppAssessment

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

Defines an application assessment.

interface AppAssessment {
appArn?: string | null;
appVersion?: string | null;
assessmentArn: string;
assessmentName?: string | null;
assessmentStatus: AssessmentStatus;
compliance?: [key in DisruptionType]: DisruptionCompliance | null | undefined | null;
complianceStatus?: ComplianceStatus | null;
cost?: Cost | null;
endTime?: Date | number | null;
message?: string | null;
policy?: ResiliencyPolicy | null;
resiliencyScore?: ResiliencyScore | null;
resourceErrorsDetails?: ResourceErrorsDetails | null;
startTime?: Date | number | null;
tags?: {
[key: string]: string | null | undefined;
}
| 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.

§
compliance?: [key in DisruptionType]: DisruptionCompliance | null | undefined | null
[src]

The application compliance against the resiliency policy.

§
complianceStatus?: ComplianceStatus | null
[src]

The current status of the 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.

§

The entity that invoked the assessment.

§
message?: string | null
[src]

Error or warning message from the assessment execution

§
policy?: ResiliencyPolicy | null
[src]

The resiliency policy.

§
resiliencyScore?: ResiliencyScore | null
[src]

The current resiliency score for the application.

§
resourceErrorsDetails?: ResourceErrorsDetails | null
[src]

A resource error object containing a list of errors retrieving an application's resources.

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

The starting time for the action.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.