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

UpdateAppRequest

import type { UpdateAppRequest } from "https://aws-api.deno.dev/v0.4/services/resiliencehub.ts?docs=full";
interface UpdateAppRequest {
appArn: string;
assessmentSchedule?: AppAssessmentScheduleType | null;
clearResiliencyPolicyArn?: boolean | null;
description?: string | null;
policyArn?: string | 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.

§
clearResiliencyPolicyArn?: boolean | null
[src]

Specifies if the resiliency policy ARN should be cleared.

§
description?: string | null
[src]

The optional description for an app.

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