Show / Hide Table of Contents

Interface ICfnGraphProps

Properties for defining a CfnGraph.

Namespace: Amazon.CDK.AWS.Detective
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnGraphProps
Syntax (vb)
Public Interface ICfnGraphProps
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.AWS.Detective;

             var cfnGraphProps = new CfnGraphProps {
                 AutoEnableMembers = false,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

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.

Properties

AutoEnableMembers

Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.

object? AutoEnableMembers { get; }
Property Value

object

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html#cfn-detective-graph-autoenablemembers

Type union: either bool or IResolvable

Tags

The tag values to assign to the new behavior graph.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-detective-graph.html#cfn-detective-graph-tags

Back to top Generated by DocFX