Class CfnServiceLevelObjectivePropsMixin.SliProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.applicationsignals.CfnServiceLevelObjectivePropsMixin.SliProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjectivePropsMixin.SliProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjectivePropsMixin.SliProperty
@Stability(Stable)
@Internal
public static final class CfnServiceLevelObjectivePropsMixin.SliProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceLevelObjectivePropsMixin.SliProperty
An implementation for
CfnServiceLevelObjectivePropsMixin.SliProperty-
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.cfnpropertymixins.services.applicationsignals.CfnServiceLevelObjectivePropsMixin.SliProperty
CfnServiceLevelObjectivePropsMixin.SliProperty.Builder, CfnServiceLevelObjectivePropsMixin.SliProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjectivePropsMixin.SliProperty.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 StringThe arithmetic operation to use when comparing the specified metric to the threshold.final NumberThe value that the SLI metric is compared to.final ObjectUse this structure to specify the metric to be used for 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 theCfnServiceLevelObjectivePropsMixin.SliProperty.Builder.
-
-
Method Details
-
getComparisonOperator
Description copied from interface:CfnServiceLevelObjectivePropsMixin.SliPropertyThe arithmetic operation to use when comparing the specified metric to the threshold.- Specified by:
getComparisonOperatorin interfaceCfnServiceLevelObjectivePropsMixin.SliProperty- See Also:
-
getMetricThreshold
Description copied from interface:CfnServiceLevelObjectivePropsMixin.SliPropertyThe value that the SLI metric is compared to.- Specified by:
getMetricThresholdin interfaceCfnServiceLevelObjectivePropsMixin.SliProperty- See Also:
-
getSliMetric
Description copied from interface:CfnServiceLevelObjectivePropsMixin.SliPropertyUse this structure to specify the metric to be used for the SLO.Returns union: either
IResolvableorCfnServiceLevelObjectivePropsMixin.SliMetricProperty- Specified by:
getSliMetricin interfaceCfnServiceLevelObjectivePropsMixin.SliProperty- 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()
-