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

EnableRequest

import type { EnableRequest } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";
interface EnableRequest {
accountIds?: string[] | null;
clientToken?: string | null;
resourceTypes: ResourceScanType[];
}

§Properties

§
accountIds?: string[] | null
[src]

A list of account IDs you want to enable Amazon Inspector scans for.

§
clientToken?: string | null
[src]

The idempotency token for the request.

§
resourceTypes: ResourceScanType[]
[src]

The resource scan types you want to enable.