AWS::Detective::GraphThe `AWS::Detective::Graph` resource is an Amazon Detective resource type that creates a Detective behavior graph. The requesting account becomes the administrator account for the behavior graph.
import { CfnGraph } from 'aws-cdk-lib/aws-detective';Or use the module namespace:
import * as detective from 'aws-cdk-lib/aws-detective';
// detective.CfnGraphConfiguration passed to the constructor as CfnGraphProps.
autoEnableMembersOptionalboolean | IResolvableIndicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. By default, this property is set to `false` . If you want to change the value of this property, you must be the Detective administrator for the organization. For more information on setting a Detective administrator account, see [AWS::Detective::OrganizationAdmin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-organizationadmin.html) .
Default: - false
tagsOptionalCfnTag[]The tag values to assign to the new behavior graph.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-detectiveAWS::Detective::Graph