Class CfnServiceLevelObjectiveProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjectiveProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjectiveProps
CfnServiceLevelObjectiveProps-
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.CfnServiceLevelObjectiveProps
CfnServiceLevelObjectiveProps.Builder, CfnServiceLevelObjectiveProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjectiveProps.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 theCfnServiceLevelObjectiveProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnServiceLevelObjectivePropsA name for this SLO.- Specified by:
getNamein interfaceCfnServiceLevelObjectiveProps- See Also:
-
getBurnRateConfigurations
Description copied from interface:CfnServiceLevelObjectivePropsEach 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: '<'eitherIResolvableorCfnServiceLevelObjective.BurnRateConfigurationProperty>- Specified by:
getBurnRateConfigurationsin interfaceCfnServiceLevelObjectiveProps- See Also:
-
getDescription
Description copied from interface:CfnServiceLevelObjectivePropsAn optional description for this SLO.Default: - "No description"
- Specified by:
getDescriptionin interfaceCfnServiceLevelObjectiveProps- See Also:
-
getExclusionWindows
Description copied from interface:CfnServiceLevelObjectivePropsThe time window to be excluded from the SLO performance metrics.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServiceLevelObjective.ExclusionWindowProperty>- Specified by:
getExclusionWindowsin interfaceCfnServiceLevelObjectiveProps- See Also:
-
getGoal
Description copied from interface:CfnServiceLevelObjectivePropsThis 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
IResolvableorCfnServiceLevelObjective.GoalProperty- Specified by:
getGoalin interfaceCfnServiceLevelObjectiveProps- See Also:
-
getRequestBasedSli
Description copied from interface:CfnServiceLevelObjectivePropsA structure containing information about the performance metric that this SLO monitors, if this is a request-based SLO.Returns union: either
IResolvableorCfnServiceLevelObjective.RequestBasedSliProperty- Specified by:
getRequestBasedSliin interfaceCfnServiceLevelObjectiveProps- See Also:
-
getSli
Description copied from interface:CfnServiceLevelObjectivePropsA structure containing information about the performance metric that this SLO monitors, if this is a period-based SLO.Returns union: either
IResolvableorCfnServiceLevelObjective.SliProperty- Specified by:
getSliin interfaceCfnServiceLevelObjectiveProps- See Also:
-
getTags
Description copied from interface:CfnServiceLevelObjectivePropsA 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 interfaceCfnServiceLevelObjectiveProps- 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()
-