An Amazon Lookout for Metrics Detector
anomaly_detector_config
(Attributes) Configuration options for the AnomalyDetector (see below for nested schema)metric_set_list
(Attributes List) List of metric sets for anomaly detection (see below for nested schema)anomaly_detector_description
(String) A description for the AnomalyDetector.anomaly_detector_name
(String) Name for the Amazon Lookout for Metrics Anomaly Detectorkms_key_arn
(String) KMS key used to encrypt the AnomalyDetector dataarn
(String)id
(String) Uniquely identifies the resource.anomaly_detector_config
Required:
anomaly_detector_frequency
(String) Frequency of anomaly detectionmetric_set_list
Required:
metric_list
(Attributes List) Metrics captured by this MetricSet. (see below for nested schema)metric_set_name
(String) The name of the MetricSet.metric_source
(Attributes) (see below for nested schema)Optional:
dimension_list
(List of String) Dimensions for this MetricSet.metric_set_description
(String) A description for the MetricSet.metric_set_frequency
(String) A frequency period to aggregate the dataoffset
(Number) Offset, in seconds, between the frequency interval and the time at which the metrics are available.timestamp_column
(Attributes) (see below for nested schema)timezone
(String)metric_set_list.metric_list
Required:
aggregation_function
(String) Operator used to aggregate metric valuesmetric_name
(String) Name of a column in the data.Optional:
namespace
(String)metric_set_list.metric_source
Optional:
app_flow_config
(Attributes) (see below for nested schema)cloudwatch_config
(Attributes) (see below for nested schema)rds_source_config
(Attributes) (see below for nested schema)redshift_source_config
(Attributes) (see below for nested schema)s3_source_config
(Attributes) (see below for nested schema)metric_set_list.metric_source.app_flow_config
Required:
flow_name
(String)role_arn
(String)metric_set_list.metric_source.cloudwatch_config
Required:
role_arn
(String)metric_set_list.metric_source.rds_source_config
Required:
database_host
(String)database_name
(String)database_port
(Number)db_instance_identifier
(String)role_arn
(String)secret_manager_arn
(String)table_name
(String)vpc_configuration
(Attributes) (see below for nested schema)metric_set_list.metric_source.rds_source_config.vpc_configuration
Required:
security_group_id_list
(List of String)subnet_id_list
(List of String)metric_set_list.metric_source.redshift_source_config
Required:
cluster_identifier
(String)database_host
(String)database_name
(String)database_port
(Number)role_arn
(String)secret_manager_arn
(String)table_name
(String)vpc_configuration
(Attributes) (see below for nested schema)metric_set_list.metric_source.redshift_source_config.vpc_configuration
Required:
security_group_id_list
(List of String)subnet_id_list
(List of String)metric_set_list.metric_source.s3_source_config
Required:
file_format_descriptor
(Attributes) (see below for nested schema)role_arn
(String)Optional:
historical_data_path_list
(List of String)templated_path_list
(List of String)metric_set_list.metric_source.s3_source_config.file_format_descriptor
Optional:
csv_format_descriptor
(Attributes) (see below for nested schema)json_format_descriptor
(Attributes) (see below for nested schema)metric_set_list.metric_source.s3_source_config.templated_path_list.csv_format_descriptor
Optional:
charset
(String)contains_header
(Boolean)delimiter
(String)file_compression
(String)header_list
(List of String)quote_symbol
(String)metric_set_list.metric_source.s3_source_config.templated_path_list.json_format_descriptor
Optional:
charset
(String)file_compression
(String)metric_set_list.timestamp_column
Optional:
column_format
(String) A timestamp format for the timestamps in the datasetcolumn_name
(String) Name of a column in the data.Import is supported using the following syntax:
$ terraform import awscc_lookoutmetrics_anomaly_detector.example <resource ID>