aws.detective.list_graphs
Example SQL Queries
SELECT * FROMaws.detective.list_graphs;Description
Returns the list of behavior graphs that the calling account is an administrator account of. This operation can only be called by an administrator account.
Because an account can currently only be the administrator of one behavior graph within a Region, the results always contain a single behavior graph.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200. | BIGINT |
| next_token Input Column If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs. | 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
| |
| graph_list A list of behavior graphs that the account is an administrator account for. | STRUCT( |
Show child fields
| |