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

Target

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

Information about the SNS topics associated with a notification rule.

interface Target {
TargetAddress?: string | null;
TargetType?: string | null;
}

§Properties

§
TargetAddress?: string | null
[src]

The Amazon Resource Name (ARN) of the SNS topic.

§
TargetType?: string | null
[src]

The target type. Can be an Amazon SNS topic.