securityhub_get_insights: Lists and describes insights for the specified insight ARNs

View source: R/securityhub_operations.R

securityhub_get_insightsR Documentation

Lists and describes insights for the specified insight ARNs

Description

Lists and describes insights for the specified insight ARNs.

See https://www.paws-r-sdk.com/docs/securityhub_get_insights/ for full documentation.

Usage

securityhub_get_insights(
  InsightArns = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

InsightArns

The ARNs of the insights to describe. If you do not provide any insight ARNs, then get_insights 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 get_insights 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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.