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

CreateAssessmentTemplateRequest

import type { CreateAssessmentTemplateRequest } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface CreateAssessmentTemplateRequest {
assessmentTargetArn: string;
assessmentTemplateName: string;
durationInSeconds: number;
rulesPackageArns: string[];
userAttributesForFindings?: Attribute[] | null;
}

§Properties

§
assessmentTargetArn: string
[src]

The ARN that specifies the assessment target for which you want to create the assessment template.

§
assessmentTemplateName: string
[src]

The user-defined name that identifies the assessment template that you want to create. You can create several assessment templates for an assessment target. The names of the assessment templates that correspond to a particular assessment target must be unique.

§
durationInSeconds: number
[src]

The duration of the assessment run in seconds.

§
rulesPackageArns: string[]
[src]

The ARNs that specify the rules packages that you want to attach to the assessment template.

§
userAttributesForFindings?: Attribute[] | null
[src]

The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template. An attribute is a key and value pair (an "Attribute" object). Within an assessment template, each key must be unique.