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

UpdateAssessmentTargetRequest

import type { UpdateAssessmentTargetRequest } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface UpdateAssessmentTargetRequest {
assessmentTargetArn: string;
assessmentTargetName: string;
resourceGroupArn?: string | null;
}

§Properties

§
assessmentTargetArn: string
[src]

The ARN of the assessment target that you want to update.

§
assessmentTargetName: string
[src]

The name of the assessment target that you want to update.

§
resourceGroupArn?: string | null
[src]

The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.