Class CfnServiceLevelObjective.RequestBasedSliMetricProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjective.RequestBasedSliMetricProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjective.RequestBasedSliMetricProperty
CfnServiceLevelObjective.RequestBasedSliMetricProperty-
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.RequestBasedSliMetricProperty
CfnServiceLevelObjective.RequestBasedSliMetricProperty.Builder, CfnServiceLevelObjective.RequestBasedSliMetricProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.RequestBasedSliMetricProperty.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 ObjectThis is a string-to-string map that contains information about the type of object that this SLO is related to.final StringIf the SLO monitors either theLATENCYorAVAILABILITYmetric that Application Signals collects, this field displays which of those metrics is used.final ObjectUse this structure to define the metric that you want to use as the "good request" or "bad request" value for a request-based SLO.final StringIf the SLO monitors a specific operation of the service, this field displays that operation name.final ObjectThis structure defines the metric that is used as the "total requests" number for a request-based 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 theCfnServiceLevelObjective.RequestBasedSliMetricProperty.Builder.
-
-
Method Details
-
getDependencyConfig
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliMetricPropertyIdentifies the dependency using theDependencyKeyAttributesandDependencyOperationName.Returns union: either
IResolvableorCfnServiceLevelObjective.DependencyConfigProperty- Specified by:
getDependencyConfigin interfaceCfnServiceLevelObjective.RequestBasedSliMetricProperty- See Also:
-
getKeyAttributes
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliMetricPropertyThis is a string-to-string map that contains information about the type of object that this SLO is related to.It can include the following fields.
Typedesignates the type of object that this SLO is related to.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.AwsAccountIdallows you to create an SLO for an object that exists in another account.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getKeyAttributesin interfaceCfnServiceLevelObjective.RequestBasedSliMetricProperty- See Also:
-
getMetricType
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliMetricPropertyIf the SLO monitors either theLATENCYorAVAILABILITYmetric that Application Signals collects, this field displays which of those metrics is used.- Specified by:
getMetricTypein interfaceCfnServiceLevelObjective.RequestBasedSliMetricProperty- See Also:
-
getMonitoredRequestCountMetric
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliMetricPropertyUse this structure to define the metric that you want to use as the "good request" or "bad request" value for a request-based SLO.This value observed for the metric defined in
TotalRequestCountMetricwill be divided by the number found forMonitoredRequestCountMetricto determine the percentage of successful requests that this SLO tracks.Returns union: either
IResolvableorCfnServiceLevelObjective.MonitoredRequestCountMetricProperty- Specified by:
getMonitoredRequestCountMetricin interfaceCfnServiceLevelObjective.RequestBasedSliMetricProperty- See Also:
-
getOperationName
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliMetricPropertyIf the SLO monitors a specific operation of the service, this field displays that operation name.- Specified by:
getOperationNamein interfaceCfnServiceLevelObjective.RequestBasedSliMetricProperty- See Also:
-
getTotalRequestCountMetric
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliMetricPropertyThis structure defines the metric that is used as the "total requests" number for a request-based SLO.The number observed for this metric is divided by the number of "good requests" or "bad requests" that is observed for the metric defined in
MonitoredRequestCountMetric.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServiceLevelObjective.MetricDataQueryProperty>- Specified by:
getTotalRequestCountMetricin interfaceCfnServiceLevelObjective.RequestBasedSliMetricProperty- 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()
-