aws.application_signals.list_service_level_objectives
Example SQL Queries
SELECT * FROMaws.application_signals.list_service_level_objectives;Description
Returns a list of SLOs created in this account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| key_attributes Input Column This is a string-to-string map. It can include the following fields.
| MAP(VARCHAR, VARCHAR) |
| operation_name Input Column If this service level objective is specific to a single operation, this field displays the name of that operation. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The ARN of this service level objective. | VARCHAR |
| created_time 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. | TIMESTAMP_S |
| name The name of the service level objective. | VARCHAR |