aws.iot.describe_custom_metric
Example SQL Queries
SELECT * FROMaws.iot.describe_custom_metricWHERE"metric_name" = 'VALUE';Description
Gets information about a Device Defender detect custom metric.
Requires permission to access the DescribeCustomMetric action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| metric_name Required Input Column The name of the custom metric. | 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 |
| creation_date The creation date of the custom metric in milliseconds since epoch. | TIMESTAMP_S |
| display_name Field represents a friendly name in the console for the custom metric; doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. Can be updated. | VARCHAR |
| last_modified_date The time the custom metric was last modified in milliseconds since epoch. | TIMESTAMP_S |
| metric_arn The Amazon Resource Number (ARN) of the custom metric. | VARCHAR |
| metric_type The type of the custom metric. The type number only takes a single metric value as an input, but while submitting the metrics value in the DeviceMetrics report, it must be passed as an array with a single value. | VARCHAR |