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

StartAssessmentRunRequest

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

§Properties

§
assessmentRunName?: string | null
[src]

You can specify the name for the assessment run. The name must be unique for the assessment template whose ARN is used to start the assessment run.

§
assessmentTemplateArn: string
[src]

The ARN of the assessment template of the assessment run that you want to start.