aws-cdk-lib.aws_detective.CfnGraphProps

interface CfnGraphProps

LanguageType name
.NETAmazon.CDK.AWS.Detective.CfnGraphProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdetective#CfnGraphProps
Javasoftware.amazon.awscdk.services.detective.CfnGraphProps
Pythonaws_cdk.aws_detective.CfnGraphProps
TypeScript aws-cdk-lib » aws_detective » CfnGraphProps

Properties for defining a CfnGraph.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_detective as detective } from 'aws-cdk-lib';
const cfnGraphProps: detective.CfnGraphProps = {
  autoEnableMembers: false,
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
autoEnableMembers?boolean | IResolvableIndicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
tags?CfnTag[]The tag values to assign to the new behavior graph.

autoEnableMembers?

Type: boolean | IResolvable (optional)

Indicates 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


tags?

Type: CfnTag[] (optional)

The tag values to assign to the new behavior graph.