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

TriggerConfig

import type { TriggerConfig } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";

Information about notification triggers for the deployment group.

interface TriggerConfig {
triggerEvents?: TriggerEventType[] | null;
triggerName?: string | null;
triggerTargetArn?: string | null;
}

§Properties

§
triggerEvents?: TriggerEventType[] | null
[src]

The event type or types for which notifications are triggered.

§
triggerName?: string | null
[src]

The name of the notification trigger.

§
triggerTargetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.