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

ExecutionControls

import type { ExecutionControls } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";

The controls that Config uses for executing remediations.

interface ExecutionControls {
SsmControls?: SsmControls | null;
}

§Properties

§
SsmControls?: SsmControls | null
[src]

A SsmControls object.