Class CfnAlertProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnAlertProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAlertProps
An implementation for CfnAlertProps
  • 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(CfnAlertProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAlertProps.Builder.
  • Method Details

    • getAction

      public final Object getAction()
      Description copied from interface: CfnAlertProps
      Action that will be triggered when there is an alert.
      Specified by:
      getAction in interface CfnAlertProps
    • getAlertSensitivityThreshold

      public final Number getAlertSensitivityThreshold()
      Description copied from interface: CfnAlertProps
      An integer from 0 to 100 specifying the alert sensitivity threshold.
      Specified by:
      getAlertSensitivityThreshold in interface CfnAlertProps
    • getAnomalyDetectorArn

      public final String getAnomalyDetectorArn()
      Description copied from interface: CfnAlertProps
      The ARN of the detector to which the alert is attached.
      Specified by:
      getAnomalyDetectorArn in interface CfnAlertProps
    • getAlertDescription

      public final String getAlertDescription()
      Description copied from interface: CfnAlertProps
      A description of the alert.
      Specified by:
      getAlertDescription in interface CfnAlertProps
    • getAlertName

      public final String getAlertName()
      Description copied from interface: CfnAlertProps
      The name of the alert.
      Specified by:
      getAlertName in interface CfnAlertProps
    • $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