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

AutoEnable

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

Represents which scan types are automatically enabled for new members of your Amazon Inspector organization.

interface AutoEnable {
ec2: boolean;
ecr: boolean;
}

§Properties

§
ec2: boolean
[src]

Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.

§
ecr: boolean
[src]

Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.