aws.lookoutmetrics.describe_anomaly_detector
Example SQL Queries
SELECT * FROMaws.lookoutmetrics.describe_anomaly_detectorWHERE"anomaly_detector_arn" = 'VALUE';Description
Describes a detector.
Amazon Lookout for Metrics API actions are eventually consistent. If you do a read operation on a resource immediately after creating or modifying it, use retries to allow time for the write operation to complete.
Table Definition
| Column Name | Column Data Type |
|---|---|
| anomaly_detector_arn Required Input Column The ARN of the detector. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| anomaly_detector_config Contains information about the detector's configuration. | STRUCT( |
Show child fields
| |
| anomaly_detector_description A description of the detector. | VARCHAR |
| anomaly_detector_name The name of the detector. | VARCHAR |
| creation_time The time at which the detector was created. | TIMESTAMP_S |
| failure_reason The reason that the detector failed. | VARCHAR |
| failure_type The process that caused the detector to fail. | VARCHAR |
| kms_key_arn The ARN of the KMS key to use to encrypt your data. | VARCHAR |
| last_modification_time The time at which the detector was last modified. | TIMESTAMP_S |
| status The status of the detector. | VARCHAR |