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

AppSummary

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

Defines an application summary.

interface AppSummary {
appArn: string;
assessmentSchedule?: AppAssessmentScheduleType | null;
complianceStatus?: AppComplianceStatusType | null;
creationTime: Date | number;
description?: string | null;
name: string;
resiliencyScore?: number | null;
status?: AppStatusType | null;
}

§Properties

§
appArn: string
[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.

§
assessmentSchedule?: AppAssessmentScheduleType | null
[src]

Assessment execution schedule with 'Daily' or 'Disabled' values.

§
complianceStatus?: AppComplianceStatusType | null
[src]

The current status of compliance for the resiliency policy.

§
creationTime: Date | number
[src]

The timestamp for when the app was created.

§
description?: string | null
[src]

The optional description for an app.

§
name: string
[src]

The name of the application.

§
resiliencyScore?: number | null
[src]

The current resiliency score for the application.

§
status?: AppStatusType | null
[src]

The status of the application.