Class CfnServiceLevelObjectiveMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjectiveMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjectiveMixinProps
CfnServiceLevelObjectiveMixinProps-
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.mixins.preview.services.applicationsignals.mixins.CfnServiceLevelObjectiveMixinProps
CfnServiceLevelObjectiveMixinProps.Builder, CfnServiceLevelObjectiveMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjectiveMixinProps.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 ObjectEach object in this array defines the length of the look-back window used to calculate one burn rate metric for this SLO.final StringAn optional description for this SLO.final ObjectThe time window to be excluded from the SLO performance metrics.final ObjectgetGoal()This structure contains the attributes that determine the goal of an SLO.final StringgetName()A name for this SLO.final ObjectA structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.final ObjectgetSli()A structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.getTags()A list of key-value pairs to associate with the SLO.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 theCfnServiceLevelObjectiveMixinProps.Builder.
-
-
Method Details
-
getBurnRateConfigurations
Description copied from interface:CfnServiceLevelObjectiveMixinPropsEach object in this array defines the length of the look-back window used to calculate one burn rate metric for this SLO.The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty>- Specified by:
getBurnRateConfigurationsin interfaceCfnServiceLevelObjectiveMixinProps- See Also:
-
getDescription
Description copied from interface:CfnServiceLevelObjectiveMixinPropsAn optional description for this SLO.Default: - "No description"
- Specified by:
getDescriptionin interfaceCfnServiceLevelObjectiveMixinProps- See Also:
-
getExclusionWindows
Description copied from interface:CfnServiceLevelObjectiveMixinPropsThe time window to be excluded from the SLO performance metrics.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServiceLevelObjectivePropsMixin.ExclusionWindowProperty>- Specified by:
getExclusionWindowsin interfaceCfnServiceLevelObjectiveMixinProps- See Also:
-
getGoal
Description copied from interface:CfnServiceLevelObjectiveMixinPropsThis structure contains the attributes that determine the goal of an SLO.This includes the time period for evaluation and the attainment threshold.
Returns union: either
IResolvableorCfnServiceLevelObjectivePropsMixin.GoalProperty- Specified by:
getGoalin interfaceCfnServiceLevelObjectiveMixinProps- See Also:
-
getName
Description copied from interface:CfnServiceLevelObjectiveMixinPropsA name for this SLO.- Specified by:
getNamein interfaceCfnServiceLevelObjectiveMixinProps- See Also:
-
getRequestBasedSli
Description copied from interface:CfnServiceLevelObjectiveMixinPropsA structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.Returns union: either
IResolvableorCfnServiceLevelObjectivePropsMixin.RequestBasedSliProperty- Specified by:
getRequestBasedSliin interfaceCfnServiceLevelObjectiveMixinProps- See Also:
-
getSli
Description copied from interface:CfnServiceLevelObjectiveMixinPropsA structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.Returns union: either
IResolvableorCfnServiceLevelObjectivePropsMixin.SliProperty- Specified by:
getSliin interfaceCfnServiceLevelObjectiveMixinProps- See Also:
-
getTags
Description copied from interface:CfnServiceLevelObjectiveMixinPropsA list of key-value pairs to associate with the SLO.You can associate as many as 50 tags with an SLO. To be able to associate tags with the SLO when you create the SLO, you must have the cloudwatch:TagResource permission.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
- Specified by:
getTagsin interfaceCfnServiceLevelObjectiveMixinProps- 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()
-