AWS Fundamentals Logo
AWS Fundamentals
AWS::Detective::Graph

Detective Graph

Resource schema for AWS::Detective::Graph

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AutoEnableMembers
boolean
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Detective graph ARN

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Detective::Graph

Resources:
  MyResource:
    Type: AWS::Detective::Graph
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

detective:CreateGraphdetective:ListGraphsdetective:TagResourcedetective:UpdateOrganizationConfigurationorganizations:DescribeOrganization

update

detective:ListGraphsdetective:UntagResourcedetective:TagResourcedetective:ListTagsForResourcedetective:UpdateOrganizationConfigurationorganizations:DescribeOrganization

read

detective:ListGraphsdetective:ListTagsForResourcedetective:DescribeOrganizationConfigurationorganizations:DescribeOrganization

delete

detective:DeleteGraphdetective:ListGraphs

list

detective:ListGraphsdetective:ListTagsForResourcedetective:DescribeOrganizationConfigurationorganizations:DescribeOrganization

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDetective
Properties3
Required0
TaggingSupported
Primary IDArn

Supported Operations

CreateUpdateReadDeleteList

External Links