ServiceLevelObjectiveSummary
A structure that contains information about one service level objective (SLO) created in Application Signals.
Contents
- Arn
-
The ARN of this service level objective.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:aws:application-signals:[^:]*:[^:]*:slo/[0-9A-Za-z][-._0-9A-Za-z ]{0,126}[0-9A-Za-z]Required: Yes
- Name
-
The name of the service level objective.
Type: String
Pattern:
[0-9A-Za-z][-._0-9A-Za-z ]{0,126}[0-9A-Za-z]Required: Yes
- CreatedTime
-
The date and time that this service level objective was created. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
Type: Timestamp
Required: No
- DependencyConfig
-
Identifies the dependency using the
DependencyKeyAttributesandDependencyOperationName.Type: DependencyConfig object
Required: No
- EvaluationType
-
Displays whether this is a period-based SLO or a request-based SLO.
Type: String
Valid Values:
PeriodBased | RequestBasedRequired: No
- KeyAttributes
-
This is a string-to-string map. It can include the following fields.
-
Typedesignates the type of object this service level objective is for. -
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
-
- MetricSourceType
-
Displays the SLI metric source type for this SLO. Supported types are:
-
Service operation
-
Service dependency
-
CloudWatch metric
Type: String
Valid Values:
ServiceOperation | CloudWatchMetric | ServiceDependencyRequired: No
-
- OperationName
-
If this service level objective is specific to a single operation, this field displays the name of that operation.
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: