Skip to main content

graph

Gets an individual graph resource

Overview

Namegraph
TypeResource
Descriptiongraph
Idawscc.detective.graph

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
tags,
auto_enable_members
FROM awscc.detective.graph
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the graph resource, the following permissions are required:

Update

detective:UntagResource,
detective:TagResource,
detective:ListTagsForResource,
detective:UpdateOrganizationConfiguration,
organizations:DescribeOrganization

Read

detective:ListGraphs,
detective:ListTagsForResource,
detective:DescribeOrganizationConfiguration,
organizations:DescribeOrganization

Delete

detective:DeleteGraph