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

AssessmentTarget

import type { AssessmentTarget } from "https://aws-api.deno.dev/v0.4/services/inspector.ts?docs=full";

Contains information about an Amazon Inspector application. This data type is used as the response element in the "DescribeAssessmentTargets" action.

interface AssessmentTarget {
arn: string;
createdAt: Date | number;
name: string;
resourceGroupArn?: string | null;
updatedAt: Date | number;
}

§Properties

§
arn: string
[src]

The ARN that specifies the Amazon Inspector assessment target.

§
createdAt: Date | number
[src]

The time at which the assessment target is created.

§
name: string
[src]

The name of the Amazon Inspector assessment target.

§
resourceGroupArn?: string | null
[src]

The ARN that specifies the resource group that is associated with the assessment target.

§
updatedAt: Date | number
[src]

The time at which "UpdateAssessmentTarget" is called.