ServiceLevelIndicatorMetric
This structure contains the information about the metric that is used for a period-based SLO.
Contents
- MetricDataQueries
- 
               If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, this structure includes the information about that metric or expression. Type: Array of MetricDataQuery objects Required: Yes 
- DependencyConfig
- 
               Identifies the dependency using the DependencyKeyAttributesandDependencyOperationName.Type: DependencyConfig object Required: No 
- KeyAttributes
- 
               This 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.
 Type: String to string map Map Entries: Maximum number of 4 items. Key Pattern: [a-zA-Z]{1,50}Value Length Constraints: Minimum length of 1. Maximum length of 1024. Value Pattern: [ -~]*[!-~]+[ -~]*Required: No 
- 
                     
- MetricType
- 
               If the SLO monitors either the LATENCYorAVAILABILITYmetric that Application Signals collects, this field displays which of those metrics is used.Type: String Valid Values: LATENCY | AVAILABILITYRequired: No 
- OperationName
- 
               If the SLO monitors a specific operation of the service, this field displays that operation name. Type: String Length Constraints: Minimum length of 1. Maximum length of 255. Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: