Class CfnServiceLevelObjective.ExclusionWindowProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.ExclusionWindowProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjective.ExclusionWindowProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjective.ExclusionWindowProperty
@Stability(Stable)
@Internal
public static final class CfnServiceLevelObjective.ExclusionWindowProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceLevelObjective.ExclusionWindowProperty
An implementation for
CfnServiceLevelObjective.ExclusionWindowProperty-
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.applicationsignals.CfnServiceLevelObjective.ExclusionWindowProperty
CfnServiceLevelObjective.ExclusionWindowProperty.Builder, CfnServiceLevelObjective.ExclusionWindowProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.ExclusionWindowProperty.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 StringA description explaining why this time period should be excluded from SLO calculations.final ObjectThe recurrence rule for the SLO time window exclusion.final StringThe start of the SLO time window exclusion.final ObjectThe SLO time window exclusion .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 theCfnServiceLevelObjective.ExclusionWindowProperty.Builder.
-
-
Method Details
-
getWindow
Description copied from interface:CfnServiceLevelObjective.ExclusionWindowPropertyThe SLO time window exclusion .- Specified by:
getWindowin interfaceCfnServiceLevelObjective.ExclusionWindowProperty- See Also:
-
getReason
Description copied from interface:CfnServiceLevelObjective.ExclusionWindowPropertyA description explaining why this time period should be excluded from SLO calculations.Default: - "No reason"
- Specified by:
getReasonin interfaceCfnServiceLevelObjective.ExclusionWindowProperty- See Also:
-
getRecurrenceRule
Description copied from interface:CfnServiceLevelObjective.ExclusionWindowPropertyThe recurrence rule for the SLO time window exclusion.Supports both cron and rate expressions.
- Specified by:
getRecurrenceRulein interfaceCfnServiceLevelObjective.ExclusionWindowProperty- See Also:
-
getStartTime
Description copied from interface:CfnServiceLevelObjective.ExclusionWindowPropertyThe start of the SLO time window exclusion.Defaults to current time if not specified.
- Specified by:
getStartTimein interfaceCfnServiceLevelObjective.ExclusionWindowProperty- 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()
-