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 |
tags | array | |
auto_enable_members | boolean | Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. |
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