graphs
Retrieves a list of graphs
in a region
Overview
Name | graphs |
Type | Resource |
Description | graphs |
Id | awscc.detective.graphs |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Detective graph ARN |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.detective.graphs
WHERE region = 'us-east-1'
Permissions
To operate on the graphs
resource, the following permissions are required:
Create
detective:CreateGraph,
detective:UpdateOrganizationConfiguration,
organizations:DescribeOrganization
List
detective:ListGraphs,
detective:ListTagsForResource,
detective:DescribeOrganizationConfiguration,
organizations:DescribeOrganization