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

Definition

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

Specifies all of the type-specific parameters.

interface Definition {
IamActionDefinition?: IamActionDefinition | null;
ScpActionDefinition?: ScpActionDefinition | null;
SsmActionDefinition?: SsmActionDefinition | null;
}

§Properties

§
IamActionDefinition?: IamActionDefinition | null
[src]

The AWS Identity and Access Management (IAM) action definition details.

§
ScpActionDefinition?: ScpActionDefinition | null
[src]

The service control policies (SCPs) action definition details.

§
SsmActionDefinition?: SsmActionDefinition | null
[src]

The AWS Systems Manager (SSM) action definition details.