Class AlarmMuteRuleOptions.Jsii$Proxy
- All Implemented Interfaces:
AlarmMuteRuleOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AlarmMuteRuleOptions
AlarmMuteRuleOptions-
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.AlarmMuteRuleOptions
AlarmMuteRuleOptions.Builder, AlarmMuteRuleOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AlarmMuteRuleOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAlarmMuteRuleOptions.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 name of the alarm mute rule.final StringA description of the alarm mute rule that helps you identify its purpose.final DurationThe length of time that alarms remain muted when the schedule activates.final CalendarDateTimeThe date and time when the mute rule expires and is no longer evaluated.final ScheduleExpressionThe schedule defines when alarms should be muted.final CalendarDateTimegetStart()The date and time after which the mute rule takes effect.getTags()A list of tags associated with the alarm mute rule.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 theAlarmMuteRuleOptions.Builder.
-
-
Method Details
-
getDuration
Description copied from interface:AlarmMuteRuleOptionsThe length of time that alarms remain muted when the schedule activates.Minimum: 1 minute, Maximum: 15 days
- Specified by:
getDurationin interfaceAlarmMuteRuleOptions
-
getSchedule
Description copied from interface:AlarmMuteRuleOptionsThe schedule defines when alarms should be muted.- Specified by:
getSchedulein interfaceAlarmMuteRuleOptions
-
getAlarmMuteRuleName
Description copied from interface:AlarmMuteRuleOptionsThe name of the alarm mute rule.This name must be unique within your AWS account and region.
Default: - generated by CloudFormation
- Specified by:
getAlarmMuteRuleNamein interfaceAlarmMuteRuleOptions
-
getDescription
Description copied from interface:AlarmMuteRuleOptionsA description of the alarm mute rule that helps you identify its purpose.Default: - no description
- Specified by:
getDescriptionin interfaceAlarmMuteRuleOptions
-
getExpire
Description copied from interface:AlarmMuteRuleOptionsThe date and time when the mute rule expires and is no longer evaluated.After this time, the rule status becomes EXPIRED and will no longer mute the targeted alarms.
This date and time is interpreted according to the schedule timezone, or UTC if no timezone is specified.
Default: - no configuration
- Specified by:
getExpirein interfaceAlarmMuteRuleOptions
-
getStart
Description copied from interface:AlarmMuteRuleOptionsThe date and time after which the mute rule takes effect.If not specified, the mute rule takes effect immediately upon creation and the mutes are applied as per the schedule expression.
This date and time is interpreted according to the schedule timezone, or UTC if no timezone is specified.
Default: - no configuration
- Specified by:
getStartin interfaceAlarmMuteRuleOptions
-
getTags
Description copied from interface:AlarmMuteRuleOptionsA list of tags associated with the alarm mute rule.Tags help you organize and categorize your AWS resources.
Default: - No tags are applied
- Specified by:
getTagsin interfaceAlarmMuteRuleOptions
-
$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()
-