Skip to main content

graph_tags

Expands all tag keys and values for graphs in a region

Overview

Namegraph_tags
TypeResource
DescriptionResource schema for AWS::Detective::Graph
Idaws.detective.graph_tags

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all graphs in a region.

SELECT
region,
arn,
auto_enable_members,
tag_key,
tag_value
FROM aws.detective.graph_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the graph_tags resource, see graphs