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

StopAssessmentRunRequest

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

§Properties

§
assessmentRunArn: string
[src]

The ARN of the assessment run that you want to stop.

§
stopAction?: StopAction | null
[src]

An input option that can be set to either START_EVALUATION or SKIP_EVALUATION. START_EVALUATION (the default value), stops the AWS agent from collecting data and begins the results evaluation and the findings generation process. SKIP_EVALUATION cancels the assessment run immediately, after which no findings are generated.