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

TargetSummary

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

Information about the targets specified for a notification rule.

interface TargetSummary {
TargetAddress?: string | null;
TargetStatus?: TargetStatus | null;
TargetType?: string | null;
}

§Properties

§
TargetAddress?: string | null
[src]

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

§
TargetStatus?: TargetStatus | null
[src]

The status of the target.

§
TargetType?: string | null
[src]

The type of the target (for example, SNS).