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

App

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

Defines an AWS Resilience Hub application.

interface App {
appArn: string;
assessmentSchedule?: AppAssessmentScheduleType | null;
complianceStatus?: AppComplianceStatusType | null;
creationTime: Date | number;
description?: string | null;
lastAppComplianceEvaluationTime?: Date | number | null;
lastResiliencyScoreEvaluationTime?: Date | number | null;
name: string;
policyArn?: string | null;
resiliencyScore?: number | null;
status?: AppStatusType | null;
tags?: {
[key: string]: string | null | undefined;
}
| 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.

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

The timestamp for the most recent compliance evaluation.

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

The timestamp for the most recent resiliency score evaluation.

§
name: string
[src]

The name for the application.

§
policyArn?: string | null
[src]

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

§
resiliencyScore?: number | null
[src]

The current resiliency score for the application.

§
status?: AppStatusType | null
[src]

The status of the application.

§
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.