Interface CfnGraphProps

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

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:15.102Z") @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();
 

See Also:
  • 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