Class CfnSessionProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnSessionProps.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 how often Amazon Macie publishes updates to policy findings for the account.
    final String
    The status of Amazon Macie for the account.
    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(CfnSessionProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSessionProps.Builder.
  • Method Details

    • getFindingPublishingFrequency

      public final String getFindingPublishingFrequency()
      Description copied from interface: CfnSessionProps
      Specifies how often Amazon Macie publishes updates to policy findings for the account.

      This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events ). Valid values are:

      • FIFTEEN_MINUTES
      • ONE_HOUR
      • SIX_HOURS
      Specified by:
      getFindingPublishingFrequency in interface CfnSessionProps
    • getStatus

      public final String getStatus()
      Description copied from interface: CfnSessionProps
      The status of Amazon Macie for the account.

      Valid values are: ENABLED , start or resume all Macie activities for the account; and, PAUSED , suspend all Macie activities for the account.

      Specified by:
      getStatus in interface CfnSessionProps
    • $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