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