aws.detective.list_datasource_packages
Example SQL Queries
SELECT * FROMaws.detective.list_datasource_packagesWHERE"graph_arn" = 'VALUE';Description
Lists data source packages in the behavior graph.
Table Definition
| Column Name | Column Data Type |
|---|---|
| graph_arn Required Input Column The ARN of the behavior graph. | VARCHAR |
| max_results Input Column The maximum number of results to return. | BIGINT |
| next_token Input Column 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| datasource_packages Details on the data source packages active in the behavior graph. | MAP(VARCHAR, STRUCT( |