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

ResourceStatus

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

Details the status of Amazon Inspector for each resource type Amazon Inspector scans.

interface ResourceStatus {
ec2: Status;
ecr: Status;
}

§Properties

§

The status of Amazon Inspector scanning for Amazon EC2 resources.

§

The status of Amazon Inspector scanning for Amazon ECR resources.