powered by
Lists the results of the Security Hub insight specified by the insight ARN.
securityhub_get_insight_results(InsightArn)
A list with the following syntax:
list( InsightResults = list( InsightArn = "string", GroupByAttribute = "string", ResultValues = list( list( GroupByAttributeValue = "string", Count = 123 ) ) ) )
[required] The ARN of the insight for which to return results.
svc$get_insight_results( InsightArn = "string" )