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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutmetrics.CfnAlertProps
CfnAlertProps.Builder, CfnAlertProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAlertProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlertProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectAction that will be triggered when there is an alert.final StringA description of the alert.final StringThe name of the alert.final NumberAn integer from 0 to 100 specifying the alert sensitivity threshold.final StringThe ARN of the detector to which the alert is attached.final inthashCode()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:CfnAlertPropsAction that will be triggered when there is an alert.Returns union: either
IResolvableorCfnAlert.ActionProperty- Specified by:
 getActionin interfaceCfnAlertProps- See Also:
 
 - 
getAlertSensitivityThreshold
Description copied from interface:CfnAlertPropsAn integer from 0 to 100 specifying the alert sensitivity threshold.- Specified by:
 getAlertSensitivityThresholdin interfaceCfnAlertProps- See Also:
 
 - 
getAnomalyDetectorArn
Description copied from interface:CfnAlertPropsThe ARN of the detector to which the alert is attached.- Specified by:
 getAnomalyDetectorArnin interfaceCfnAlertProps- See Also:
 
 - 
getAlertDescription
Description copied from interface:CfnAlertPropsA description of the alert.- Specified by:
 getAlertDescriptionin interfaceCfnAlertProps- See Also:
 
 - 
getAlertName
Description copied from interface:CfnAlertPropsThe name of the alert.- Specified by:
 getAlertNamein interfaceCfnAlertProps- See Also:
 
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -