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

ScpActionDefinition

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

The service control policies (SCP) action definition details.

interface ScpActionDefinition {
PolicyId: string;
TargetIds: string[];
}

§Properties

§
PolicyId: string
[src]

The policy ID attached.

§
TargetIds: string[]
[src]

A list of target IDs.