Lists and describes insights that insight ARNs specify.
securityhub_get_insights(InsightArns, NextToken, MaxResults)
The ARNs of the insights that you want to describe.
Paginates results. On your first call to the GetInsights
operation,
set the value of this parameter to NULL
. For subsequent calls to the
operation, fill nextToken
in the request with the value of nextToken
from the previous response to continue listing data.
The maximum number of items that you want in the response.
svc$get_insights( InsightArns = list( "string" ), NextToken = "string", MaxResults = 123 )