paws.security.identity (version 0.1.0)

securityhub_get_insights: Lists and describes insights that are specified by insight ARNs

Description

Lists and describes insights that are specified by insight ARNs.

Usage

securityhub_get_insights(InsightArns, NextToken, MaxResults)

Arguments

InsightArns

The ARNS of the insights that you want to describe.

NextToken

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.

MaxResults

Indicates the maximum number of items that you want in the response.

Request syntax

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