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