Class CfnDetectorProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnDetectorProps.Jsii$Proxy
All Implemented Interfaces:
CfnDetectorProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDetectorProps

@Stability(Stable) @Internal public static final class CfnDetectorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorProps
An implementation for CfnDetectorProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.guardduty.CfnDetectorProps

    CfnDetectorProps.Builder, CfnDetectorProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDetectorProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Describes which data sources will be enabled for the detector.
    final Object
    Specifies whether the detector is to be enabled on creation.
    final Object
    A list of features that will be configured for the detector.
    final String
    Specifies how frequently updated findings are exported.
    final List<CfnTag>
    Specifies tags added to a new detector resource.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnDetectorProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDetectorProps.Builder.
  • Method Details

    • getEnable

      public final Object getEnable()
      Description copied from interface: CfnDetectorProps
      Specifies whether the detector is to be enabled on creation.
      Specified by:
      getEnable in interface CfnDetectorProps
    • getDataSources

      public final Object getDataSources()
      Description copied from interface: CfnDetectorProps
      Describes which data sources will be enabled for the detector.
      Specified by:
      getDataSources in interface CfnDetectorProps
    • getFeatures

      public final Object getFeatures()
      Description copied from interface: CfnDetectorProps
      A list of features that will be configured for the detector.
      Specified by:
      getFeatures in interface CfnDetectorProps
    • getFindingPublishingFrequency

      public final String getFindingPublishingFrequency()
      Description copied from interface: CfnDetectorProps
      Specifies how frequently updated findings are exported.
      Specified by:
      getFindingPublishingFrequency in interface CfnDetectorProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnDetectorProps
      Specifies tags added to a new detector resource.

      Each tag consists of a key and an optional value, both of which you define.

      Currently, support is available only for creating and deleting a tag. No support exists for updating the tags.

      For more information, see Tag .

      Specified by:
      getTags in interface CfnDetectorProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object