Skip to main content

alerts

Retrieves a list of alerts in a region

Overview

Namealerts
TypeResource
Descriptionalerts
Idawscc.lookoutmetrics.alerts

Fields

NameDatatypeDescription
arnundefinedARN assigned to the alert.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.lookoutmetrics.alerts
WHERE region = 'us-east-1'

Permissions

To operate on the alerts resource, the following permissions are required:

Create

lookoutmetrics:CreateAlert,
iam:PassRole

List

lookoutmetrics:ListAlerts