interface CfnGraphProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Detective.CfnGraphProps |
![]() | software.amazon.awscdk.services.detective.CfnGraphProps |
![]() | aws_cdk.aws_detective.CfnGraphProps |
![]() | @aws-cdk/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 * as detective from '@aws-cdk/aws-detective';
const cfnGraphProps: detective.CfnGraphProps = {
autoEnableMembers: false,
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
auto | boolean | IResolvable | Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. |
tags? | Cfn [] | 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:
Cfn
[]
(optional)
The tag values to assign to the new behavior graph.