detective_list_datasource_packages {paws.security.identity} | R 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. |
[Package paws.security.identity version 0.9.0 Index]