AWS::ApplicationSignals::ServiceLevelObjective MonitoredRequestCountMetric - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ApplicationSignals::ServiceLevelObjective MonitoredRequestCountMetric

This structure defines the metric that is used as the "good request" or "bad request" value for a request-based SLO. This value observed for the metric defined in TotalRequestCountMetric is divided by the number found for MonitoredRequestCountMetric to determine the percentage of successful requests that this SLO tracks.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

BadCountMetric

If you want to count "bad requests" to determine the percentage of successful requests for this request-based SLO, specify the metric to use as "bad requests" in this structure.

Required: No

Type: Array of MetricDataQuery

Update requires: No interruption

GoodCountMetric

If you want to count "good requests" to determine the percentage of successful requests for this request-based SLO, specify the metric to use as "good requests" in this structure.

Required: No

Type: Array of MetricDataQuery

Update requires: No interruption