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

UpdateApplicationRequest

import type { UpdateApplicationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/applicationinsights.ts";
interface UpdateApplicationRequest {
CWEMonitorEnabled?: boolean | null;
OpsCenterEnabled?: boolean | null;
OpsItemSNSTopicArn?: string | null;
RemoveSNSTopic?: boolean | null;
ResourceGroupName: string;
}

§Properties

§
CWEMonitorEnabled?: boolean | null
[src]
§
OpsCenterEnabled?: boolean | null
[src]
§
OpsItemSNSTopicArn?: string | null
[src]
§
RemoveSNSTopic?: boolean | null
[src]
§
ResourceGroupName: string
[src]