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

CreateAssessmentTargetRequest

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

§Properties

§
assessmentTargetName: string
[src]

The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.

§
resourceGroupArn?: string | null
[src]

The ARN that specifies the resource group that is used to create the assessment target. If resourceGroupArn is not specified, all EC2 instances in the current AWS account and region are included in the assessment target.