Class CfnGraphMixinProps
Properties for CfnGraphPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Detective
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGraphMixinProps : ICfnGraphMixinProps
Syntax (vb)
Public Class CfnGraphMixinProps Implements ICfnGraphMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Detective;
var cfnGraphMixinProps = new CfnGraphMixinProps {
AutoEnableMembers = false,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnGraphMixinProps() | Properties for CfnGraphPropsMixin. |
Properties
| AutoEnableMembers | Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. |
| Tags | The tag values to assign to the new behavior graph. |
Constructors
CfnGraphMixinProps()
Properties for CfnGraphPropsMixin.
public CfnGraphMixinProps()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Detective;
var cfnGraphMixinProps = new CfnGraphMixinProps {
AutoEnableMembers = false,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
AutoEnableMembers
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
public object? AutoEnableMembers { get; set; }
Property Value
Remarks
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 .
Default: - false
Type union: either bool or IResolvable
Tags
The tag values to assign to the new behavior graph.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]