graphs_list_only
Lists graphs in a region or regions, for all properties use graphs
Overview
| Name | graphs_list_only |
| Type | Resource |
| Description | Resource schema for AWS::Detective::Graph |
| Id | aws.detective.graphs_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The Detective graph ARN |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all graphs in a region.
SELECT
region,
arn
FROM aws.detective.graphs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the graphs_list_only resource, see graphs