graph_tags
Expands all tag keys and values for graphs
in a region
Overview
Name | graph_tags |
Type | Resource |
Description | Resource schema for AWS::Detective::Graph |
Id | aws.detective.graph_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Detective graph ARN |
auto_enable_members | boolean | Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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