Skip to main content

service_level_objective_tags

Expands all tag keys and values for service_level_objectives in a region

Overview

Nameservice_level_objective_tags
TypeResource
DescriptionResource Type definition for AWS::ApplicationSignals::ServiceLevelObjective
Idaws.applicationsignals.service_level_objective_tags

Fields

NameDatatypeDescription
arnstringThe ARN of this SLO.
namestringThe name of this SLO.
descriptionstringAn optional description for this SLO. Default is 'No description'
created_timeintegerEpoch time in seconds of the time that this SLO was created
last_updated_timeintegerEpoch time in seconds of the time that this SLO was most recently updated
sliobjectThis structure contains information about the performance metric that an SLO monitors.
request_based_sliobjectThis structure contains information about the performance metric that a request-based SLO monitors.
evaluation_typestringDisplays whether this is a period-based SLO or a request-based SLO.
goalobjectA 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_configurationsarrayEach 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_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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