Class CfnAllowListProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnAllowListProps.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
    The criteria that specify the text or text pattern to ignore.
    final String
    A custom description of the allow list.
    final String
    A custom name for the allow list.
    final List<CfnTag>
    An array of key-value pairs to apply to the allow list.
    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(CfnAllowListProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAllowListProps.Builder.
  • Method Details

    • getCriteria

      public final Object getCriteria()
      Description copied from interface: CfnAllowListProps
      The criteria that specify the text or text pattern to ignore.

      The criteria can be the location and name of an Amazon S3 object that lists specific text to ignore ( S3WordsList ), or a regular expression ( Regex ) that defines a text pattern to ignore.

      Specified by:
      getCriteria in interface CfnAllowListProps
    • getName

      public final String getName()
      Description copied from interface: CfnAllowListProps
      A custom name for the allow list.

      The name can contain 1-128 characters.

      Specified by:
      getName in interface CfnAllowListProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnAllowListProps
      A custom description of the allow list.

      The description can contain 1-512 characters.

      Specified by:
      getDescription in interface CfnAllowListProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnAllowListProps
      An array of key-value pairs to apply to the allow list.

      For more information, see Tag .

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