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

CoveredResource

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

An object that contains details about a resource covered by Amazon Inspector.

interface CoveredResource {
accountId: string;
resourceId: string;
resourceMetadata?: ResourceScanMetadata | null;
resourceType: CoverageResourceType;
scanStatus?: ScanStatus | null;
scanType: ScanType;
}

§Properties

§
accountId: string
[src]

The Amazon Web Services account ID of the covered resource.

§
resourceId: string
[src]

The ID of the covered resource.

§
resourceMetadata?: ResourceScanMetadata | null
[src]

An object that contains details about the metadata.

§

The type of the covered resource.

§
scanStatus?: ScanStatus | null
[src]

The status of the scan covering the resource.

§
scanType: ScanType
[src]

The Amazon Inspector scan type covering the resource.