Class CfnFilterProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnFilterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFilterProps
An implementation for CfnFilterProps
  • 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.CfnFilterProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnFilterProps.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 String
    Specifies the action that is to be applied to the findings that match the filter.
    final String
    The description of the filter.
    final String
    The ID of the detector belonging to the GuardDuty account that you want to create a filter for.
    final Object
    Represents the criteria to be used in the filter for querying findings.
    final String
    The name of the filter.
    final Number
    Specifies the position of the filter in the list of current filters.
    final List<CfnTag>
    The tags to be added to a new filter 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(CfnFilterProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnFilterProps.Builder.
  • Method Details

    • getAction

      public final String getAction()
      Description copied from interface: CfnFilterProps
      Specifies the action that is to be applied to the findings that match the filter.
      Specified by:
      getAction in interface CfnFilterProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnFilterProps
      The description of the filter.

      Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses ( { } , [ ] , and ( ) ), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.

      Specified by:
      getDescription in interface CfnFilterProps
    • getDetectorId

      public final String getDetectorId()
      Description copied from interface: CfnFilterProps
      The ID of the detector belonging to the GuardDuty account that you want to create a filter for.
      Specified by:
      getDetectorId in interface CfnFilterProps
    • getFindingCriteria

      public final Object getFindingCriteria()
      Description copied from interface: CfnFilterProps
      Represents the criteria to be used in the filter for querying findings.
      Specified by:
      getFindingCriteria in interface CfnFilterProps
    • getName

      public final String getName()
      Description copied from interface: CfnFilterProps
      The name of the filter.

      Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.

      Specified by:
      getName in interface CfnFilterProps
    • getRank

      public final Number getRank()
      Description copied from interface: CfnFilterProps
      Specifies the position of the filter in the list of current filters.

      Also specifies the order in which this filter is applied to the findings. The minimum value for this property is 1 and the maximum is 100.

      By default, filters may not be created in the same order as they are ranked. To ensure that the filters are created in the expected order, you can use an optional attribute, DependsOn , with the following syntax: "DependsOn":[ "ObjectName" ] .

      Specified by:
      getRank in interface CfnFilterProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnFilterProps
      The tags to be added to a new filter resource.

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

      For more information, see Tag .

      Specified by:
      getTags in interface CfnFilterProps
    • $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