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

CreateNotificationRuleRequest

import type { CreateNotificationRuleRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codestarnotifications.ts";
interface CreateNotificationRuleRequest {
ClientRequestToken?: string | null;
DetailType: DetailType;
EventTypeIds: string[];
Name: string;
Resource: string;
Status?: NotificationRuleStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Targets: Target[];
}

§Properties

§
ClientRequestToken?: string | null
[src]
§
DetailType: DetailType
[src]
§
EventTypeIds: string[]
[src]
§
Name: string
[src]
§
Resource: string
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Targets: Target[]
[src]