CfnGraphProps
- class aws_cdk.aws_detective.CfnGraphProps(*, auto_enable_members=None, tags=None)
Bases:
object
Properties for defining a
CfnGraph
.- Parameters:
auto_enable_members (
Union
[bool
,IResolvable
,None
]) – Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. By default, this property is set tofalse
. 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::OrganizationAdmintags (
Optional
[Sequence
[Union
[CfnTag
,Dict
[str
,Any
]]]]) – The tag values to assign to the new behavior graph.
- Link:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_detective as detective cfn_graph_props = detective.CfnGraphProps( auto_enable_members=False, tags=[CfnTag( key="key", value="value" )] )
Attributes
- auto_enable_members
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
The tag values to assign to the new behavior graph.