Show / Hide Table of Contents

Class CfnGraphMixinProps

Properties for CfnGraphPropsMixin.

Inheritance
object
CfnGraphMixinProps
Implements
ICfnGraphMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

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

Implements

ICfnGraphMixinProps
Back to top Generated by DocFX