interface CfnGraphProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Detective.CfnGraphProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdetective#CfnGraphProps |
Java | software.amazon.awscdk.services.detective.CfnGraphProps |
Python | aws_cdk.aws_detective.CfnGraphProps |
TypeScript | aws-cdk-lib » aws_detective » CfnGraphProps |
Properties for defining a CfnGraph
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html
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
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, default: false)
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.