Learn R Programming

paws.security.identity (version 0.1.10)

securityhub_get_insights: Lists and describes insights for the specified insight ARNs

Description

Lists and describes insights for the specified insight ARNs.

Usage

securityhub_get_insights(InsightArns, NextToken, MaxResults)

Arguments

InsightArns

The ARNs of the insights to describe. If you do not provide any insight ARNs, then GetInsights returns all of your custom insights. It does not return any managed insights.

NextToken

The token that is required for pagination. On your first call to the GetInsights operation, set the value of this parameter to NULL.

For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

MaxResults

The maximum number of items to return in the response.

Request syntax

svc$get_insights(
  InsightArns = list(
    "string"
  ),
  NextToken = "string",
  MaxResults = 123
)