Class CfnServiceLevelObjectivePropsMixin.SliMetricProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjectivePropsMixin.SliMetricProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjectivePropsMixin.SliMetricProperty
CfnServiceLevelObjectivePropsMixin.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.mixins.preview.services.applicationsignals.mixins.CfnServiceLevelObjectivePropsMixin.SliMetricProperty
CfnServiceLevelObjectivePropsMixin.SliMetricProperty.Builder, CfnServiceLevelObjectivePropsMixin.SliMetricProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjectivePropsMixin.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 theCfnServiceLevelObjectivePropsMixin.SliMetricProperty.Builder.
-
-
Method Details
-
getDependencyConfig
Description copied from interface:CfnServiceLevelObjectivePropsMixin.SliMetricPropertyIdentifies the dependency using theDependencyKeyAttributesandDependencyOperationName.Returns union: either
IResolvableorCfnServiceLevelObjectivePropsMixin.DependencyConfigProperty- Specified by:
getDependencyConfigin interfaceCfnServiceLevelObjectivePropsMixin.SliMetricProperty- See Also:
-
getKeyAttributes
Description copied from interface:CfnServiceLevelObjectivePropsMixin.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 interfaceCfnServiceLevelObjectivePropsMixin.SliMetricProperty- See Also:
-
getMetricDataQueries
Description copied from interface:CfnServiceLevelObjectivePropsMixin.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: '<'eitherIResolvableorCfnServiceLevelObjectivePropsMixin.MetricDataQueryProperty>- Specified by:
getMetricDataQueriesin interfaceCfnServiceLevelObjectivePropsMixin.SliMetricProperty- See Also:
-
getMetricType
Description copied from interface:CfnServiceLevelObjectivePropsMixin.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 interfaceCfnServiceLevelObjectivePropsMixin.SliMetricProperty- See Also:
-
getOperationName
Description copied from interface:CfnServiceLevelObjectivePropsMixin.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 interfaceCfnServiceLevelObjectivePropsMixin.SliMetricProperty- See Also:
-
getPeriodSeconds
Description copied from interface:CfnServiceLevelObjectivePropsMixin.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 interfaceCfnServiceLevelObjectivePropsMixin.SliMetricProperty- See Also:
-
getStatistic
Description copied from interface:CfnServiceLevelObjectivePropsMixin.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 interfaceCfnServiceLevelObjectivePropsMixin.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()
-