service_level_objective_tags
Expands all tag keys and values for service_level_objectives
in a region
Overview
Name | service_level_objective_tags |
Type | Resource |
Description | Resource Type definition for AWS::ApplicationSignals::ServiceLevelObjective |
Id | aws.applicationsignals.service_level_objective_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of this SLO. |
name | string | The name of this SLO. |
description | string | An optional description for this SLO. Default is 'No description' |
created_time | integer | Epoch time in seconds of the time that this SLO was created |
last_updated_time | integer | Epoch time in seconds of the time that this SLO was most recently updated |
sli | object | This structure contains information about the performance metric that an SLO monitors. |
request_based_sli | object | This structure contains information about the performance metric that a request-based SLO monitors. |
evaluation_type | string | Displays whether this is a period-based SLO or a request-based SLO. |
goal | object | A structure that contains the attributes that determine the goal of the SLO. This includes the time period for evaluation and the attainment threshold. |
burn_rate_configurations | array | Each object in this array defines the length of the look-back window used to calculate one burn rate metric for this SLO. The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all service_level_objectives
in a region.
SELECT
region,
arn,
name,
description,
created_time,
last_updated_time,
sli,
request_based_sli,
evaluation_type,
goal,
burn_rate_configurations,
tag_key,
tag_value
FROM aws.applicationsignals.service_level_objective_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the service_level_objective_tags
resource, see service_level_objectives