Class CfnAlarmMuteRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAlarmMuteRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAlarmMuteRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlarmMuteRuleProps
@Stability(Stable)
@Internal
public static final class CfnAlarmMuteRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlarmMuteRuleProps
An implementation for
CfnAlarmMuteRuleProps-
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.cloudwatch.CfnAlarmMuteRuleProps
CfnAlarmMuteRuleProps.Builder, CfnAlarmMuteRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAlarmMuteRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlarmMuteRuleProps.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 StringThe description of the AlarmMuteRule.final StringThe date, with the same timezone offset as "ScheduleTimezone" after which the alarm mute rule will be expired.final ObjectTargets to be muted.final StringgetName()The name of the AlarmMuteRule.final ObjectgetRule()The rule for the mute.final StringThe date, with the same timezone offset as "ScheduleTimezone", after which the alarm mute rule will become active.getTags()An array of key-value pairs to apply to this resource.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 theCfnAlarmMuteRuleProps.Builder.
-
-
Method Details
-
getRule
Description copied from interface:CfnAlarmMuteRulePropsThe rule for the mute.Returns union: either
IResolvableorCfnAlarmMuteRule.RuleProperty- Specified by:
getRulein interfaceCfnAlarmMuteRuleProps- See Also:
-
getDescription
Description copied from interface:CfnAlarmMuteRulePropsThe description of the AlarmMuteRule.- Specified by:
getDescriptionin interfaceCfnAlarmMuteRuleProps- See Also:
-
getExpireDate
Description copied from interface:CfnAlarmMuteRulePropsThe date, with the same timezone offset as "ScheduleTimezone" after which the alarm mute rule will be expired.- Specified by:
getExpireDatein interfaceCfnAlarmMuteRuleProps- See Also:
-
getMuteTargets
Description copied from interface:CfnAlarmMuteRulePropsTargets to be muted.Returns union: either
IResolvableorCfnAlarmMuteRule.MuteTargetsProperty- Specified by:
getMuteTargetsin interfaceCfnAlarmMuteRuleProps- See Also:
-
getName
Description copied from interface:CfnAlarmMuteRulePropsThe name of the AlarmMuteRule.- Specified by:
getNamein interfaceCfnAlarmMuteRuleProps- See Also:
-
getStartDate
Description copied from interface:CfnAlarmMuteRulePropsThe date, with the same timezone offset as "ScheduleTimezone", after which the alarm mute rule will become active.- Specified by:
getStartDatein interfaceCfnAlarmMuteRuleProps- See Also:
-
getTags
Description copied from interface:CfnAlarmMuteRulePropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnAlarmMuteRuleProps- 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()
-