Describe Assessment Templates
| inspector_describe_assessment_templates | R Documentation |
Describes the assessment templates that are specified by the ARNs of the assessment templates¶
Description¶
Describes the assessment templates that are specified by the ARNs of the assessment templates.
Usage¶
Arguments¶
assessmentTemplateArns[required]
Value¶
A list with the following syntax:
list(
assessmentTemplates = list(
list(
arn = "string",
name = "string",
assessmentTargetArn = "string",
durationInSeconds = 123,
rulesPackageArns = list(
"string"
),
userAttributesForFindings = list(
list(
key = "string",
value = "string"
)
),
lastAssessmentRunArn = "string",
assessmentRunCount = 123,
createdAt = as.POSIXct(
"2015-01-01"
)
)
),
failedItems = list(
list(
failureCode = "INVALID_ARN"|"DUPLICATE_ARN"|"ITEM_DOES_NOT_EXIST"|"ACCESS_DENIED"|"LIMIT_EXCEEDED"|"INTERNAL_ERROR",
retryable = TRUE|FALSE
)
)
)