Lists data source packages in the behavior graph.
See https://www.paws-r-sdk.com/docs/detective_list_datasource_packages/ for full documentation.
detective_list_datasource_packages(
GraphArn,
NextToken = NULL,
MaxResults = NULL
)
[required] The ARN of the behavior graph.
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.
The maximum number of results to return.