Skip to main content

graphs_list_only

Lists graphs in a region or regions, for all properties use graphs

Overview

Namegraphs_list_only
TypeResource
DescriptionResource schema for AWS::Detective::Graph
Idaws.detective.graphs_list_only

Fields

NameDatatypeDescription
arnstringThe Detective graph ARN
tagsarray
auto_enable_membersbooleanIndicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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