Interface CfnGraphMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGraphMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.028Z")
@Stability(Stable)
public interface CfnGraphMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnGraphPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.detective.*;
CfnGraphMixinProps cfnGraphMixinProps = CfnGraphMixinProps.builder()
.autoEnableMembers(false)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGraphMixinPropsstatic final classAn implementation forCfnGraphMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnGraphMixinProps.Builderbuilder()default ObjectIndicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.getTags()The tag values to assign to the new behavior graph.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutoEnableMembers
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 .Returns union: either
BooleanorIResolvableDefault: - false
- See Also:
-
getTags
The tag values to assign to the new behavior graph.- See Also:
-
builder
- Returns:
- a
CfnGraphMixinProps.BuilderofCfnGraphMixinProps
-