Skip to content

List Enabled Products For Import

securityhub_list_enabled_products_for_import R Documentation

Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub

Description

Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.

Usage

securityhub_list_enabled_products_for_import(NextToken, MaxResults)

Arguments

NextToken

The token that is required for pagination. On your first call to the list_enabled_products_for_import 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.

Value

A list with the following syntax:

list(
  ProductSubscriptions = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

svc$list_enabled_products_for_import(
  NextToken = "string",
  MaxResults = 123
)