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
-
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.lookoutmetrics.CfnAlertProps
CfnAlertProps.Builder, CfnAlertProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAlertProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlertProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Action that will be triggered when there is an alert.final String
A description of the alert.final String
The name of the alert.final Number
An integer from 0 to 100 specifying the alert sensitivity threshold.final String
The ARN of the detector to which the alert is attached.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnAlertProps.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnAlertProps
Action that will be triggered when there is an alert.- Specified by:
getAction
in interfaceCfnAlertProps
- See Also:
-
getAlertSensitivityThreshold
Description copied from interface:CfnAlertProps
An integer from 0 to 100 specifying the alert sensitivity threshold.- Specified by:
getAlertSensitivityThreshold
in interfaceCfnAlertProps
- See Also:
-
getAnomalyDetectorArn
Description copied from interface:CfnAlertProps
The ARN of the detector to which the alert is attached.- Specified by:
getAnomalyDetectorArn
in interfaceCfnAlertProps
- See Also:
-
getAlertDescription
Description copied from interface:CfnAlertProps
A description of the alert.- Specified by:
getAlertDescription
in interfaceCfnAlertProps
- See Also:
-
getAlertName
Description copied from interface:CfnAlertProps
The name of the alert.- Specified by:
getAlertName
in interfaceCfnAlertProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-