detective_list_datasource_packages: Lists data source packages in the behavior graph

View source: R/detective_operations.R

detective_list_datasource_packagesR Documentation

Lists data source packages in the behavior graph

Description

Lists data source packages in the behavior graph.

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

Usage

detective_list_datasource_packages(
  GraphArn,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

GraphArn

[required] The ARN of the behavior graph.

NextToken

For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.

MaxResults

The maximum number of results to return.


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