Class CfnServiceLevelObjective.SliMetricProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjective.SliMetricProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjective.SliMetricProperty
CfnServiceLevelObjective.SliMetricProperty-
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.SliMetricProperty
CfnServiceLevelObjective.SliMetricProperty.Builder, CfnServiceLevelObjective.SliMetricProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.SliMetricProperty.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 ObjectIdentifies the dependency using theDependencyKeyAttributesandDependencyOperationName.final ObjectIf this SLO is related to a metric collected by Application Signals, you must use this field to specify which service the SLO metric is related to.final ObjectIf this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure to specify that metric or expression.final StringIf the SLO is to monitor either theLATENCYorAVAILABILITYmetric that Application Signals collects, use this field to specify which of those metrics is used.final StringIf the SLO is to monitor a specific operation of the service, use this field to specify the name of that operation.final NumberThe number of seconds to use as the period for SLO evaluation.final StringThe statistic to use for comparison to the threshold.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.SliMetricProperty.Builder.
-
-
Method Details
-
getDependencyConfig
Description copied from interface:CfnServiceLevelObjective.SliMetricPropertyIdentifies the dependency using theDependencyKeyAttributesandDependencyOperationName.Returns union: either
IResolvableorCfnServiceLevelObjective.DependencyConfigProperty- Specified by:
getDependencyConfigin interfaceCfnServiceLevelObjective.SliMetricProperty- See Also:
-
getKeyAttributes
Description copied from interface:CfnServiceLevelObjective.SliMetricPropertyIf this SLO is related to a metric collected by Application Signals, you must use this field to specify which service the SLO metric is related to.To do so, you must specify at least the
Type,Name, andEnvironmentattributes.This is a string-to-string map. It can include the following fields.
Typedesignates the type of object this is.ResourceTypespecifies the type of the resource. This field is used only when the value of theTypefield isResourceorAWS::Resource.Namespecifies the name of the object. This is used only if the value of theTypefield isService,RemoteService, orAWS::Service.Identifieridentifies the resource objects of this resource. This is used only if the value of theTypefield isResourceorAWS::Resource.Environmentspecifies the location where this object is hosted, or what it belongs to.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getKeyAttributesin interfaceCfnServiceLevelObjective.SliMetricProperty- See Also:
-
getMetricDataQueries
Description copied from interface:CfnServiceLevelObjective.SliMetricPropertyIf this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure to specify that metric or expression.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServiceLevelObjective.MetricDataQueryProperty>- Specified by:
getMetricDataQueriesin interfaceCfnServiceLevelObjective.SliMetricProperty- See Also:
-
getMetricType
Description copied from interface:CfnServiceLevelObjective.SliMetricPropertyIf the SLO is to monitor either theLATENCYorAVAILABILITYmetric that Application Signals collects, use this field to specify which of those metrics is used.- Specified by:
getMetricTypein interfaceCfnServiceLevelObjective.SliMetricProperty- See Also:
-
getOperationName
Description copied from interface:CfnServiceLevelObjective.SliMetricPropertyIf the SLO is to monitor a specific operation of the service, use this field to specify the name of that operation.- Specified by:
getOperationNamein interfaceCfnServiceLevelObjective.SliMetricProperty- See Also:
-
getPeriodSeconds
Description copied from interface:CfnServiceLevelObjective.SliMetricPropertyThe number of seconds to use as the period for SLO evaluation.Your application's performance is compared to the SLI during each period. For each period, the application is determined to have either achieved or not achieved the necessary performance.
- Specified by:
getPeriodSecondsin interfaceCfnServiceLevelObjective.SliMetricProperty- See Also:
-
getStatistic
Description copied from interface:CfnServiceLevelObjective.SliMetricPropertyThe statistic to use for comparison to the threshold.It can be any CloudWatch statistic or extended statistic. For more information about statistics, see CloudWatch statistics definitions .
- Specified by:
getStatisticin interfaceCfnServiceLevelObjective.SliMetricProperty- 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()
-