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