AssessmentTemplate - Amazon Inspector Classic

AssessmentTemplate

Contains information about an Amazon Inspector Classic assessment template. This data type is used as the response element in the DescribeAssessmentTemplates action.

Contents

arn

The ARN of the assessment template.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 300.

Required: Yes

assessmentRunCount

The number of existing assessment runs associated with this assessment template. This value can be zero or a positive integer.

Type: Integer

Required: Yes

assessmentTargetArn

The ARN of the assessment target that corresponds to this assessment template.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 300.

Required: Yes

createdAt

The time at which the assessment template is created.

Type: Timestamp

Required: Yes

durationInSeconds

The duration in seconds specified for this assessment template. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).

Type: Integer

Valid Range: Minimum value of 180. Maximum value of 86400.

Required: Yes

name

The name of the assessment template.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 140.

Required: Yes

rulesPackageArns

The rules packages that are specified for this assessment template.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 50 items.

Length Constraints: Minimum length of 1. Maximum length of 300.

Required: Yes

userAttributesForFindings

The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.

Type: Array of Attribute objects

Array Members: Minimum number of 0 items. Maximum number of 10 items.

Required: Yes

lastAssessmentRunArn

The Amazon Resource Name (ARN) of the most recent assessment run associated with this assessment template. This value exists only when the value of assessmentRunCount is greaterpa than zero.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 300.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: