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

ResourceState

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

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

interface ResourceState {
ec2: State;
ecr: State;
}

§Properties

§

An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.

§

An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.