Interface CfnGraphProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGraphProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:56.245Z") @Stability(Stable) public interface CfnGraphProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnGraph.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.detective.*;
 CfnGraphProps cfnGraphProps = CfnGraphProps.builder()
         .autoEnableMembers(false)
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnGraphProps
    static final class 
    An implementation for CfnGraphProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default Object
    Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
    default List<CfnTag>
    The tag values to assign to the new behavior graph.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getAutoEnableMembers

      @Stability(Stable) @Nullable default Object 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

    • getTags

      @Stability(Stable) @Nullable default List<CfnTag> getTags()
      The tag values to assign to the new behavior graph.
    • builder

      @Stability(Stable) static CfnGraphProps.Builder builder()
      Returns:
      a CfnGraphProps.Builder of CfnGraphProps