Class CfnAlertMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAlertMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAlertMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlertMixinProps
@Stability(Stable)
@Internal
public static final class CfnAlertMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlertMixinProps
An implementation for
CfnAlertMixinProps-
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.cfnpropertymixins.services.lookoutmetrics.CfnAlertMixinProps
CfnAlertMixinProps.Builder, CfnAlertMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAlertMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlertMixinProps.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 theCfnAlertMixinProps.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnAlertMixinPropsAction that will be triggered when there is an alert.Returns union: either
IResolvableorCfnAlertPropsMixin.ActionProperty- Specified by:
getActionin interfaceCfnAlertMixinProps- See Also:
-
getAlertDescription
Description copied from interface:CfnAlertMixinPropsA description of the alert.- Specified by:
getAlertDescriptionin interfaceCfnAlertMixinProps- See Also:
-
getAlertName
Description copied from interface:CfnAlertMixinPropsThe name of the alert.- Specified by:
getAlertNamein interfaceCfnAlertMixinProps- See Also:
-
getAlertSensitivityThreshold
Description copied from interface:CfnAlertMixinPropsAn integer from 0 to 100 specifying the alert sensitivity threshold.- Specified by:
getAlertSensitivityThresholdin interfaceCfnAlertMixinProps- See Also:
-
getAnomalyDetectorArn
Description copied from interface:CfnAlertMixinPropsThe ARN of the detector to which the alert is attached.- Specified by:
getAnomalyDetectorArnin interfaceCfnAlertMixinProps- 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()
-