Class: Aws::PrometheusService::Types::CreateAnomalyDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::CreateAnomalyDetectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
A user-friendly name for the anomaly detector.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#configuration ⇒ Types::AnomalyDetectorConfiguration
The algorithm configuration for the anomaly detector.
-
#evaluation_interval_in_seconds ⇒ Integer
The frequency, in seconds, at which the anomaly detector evaluates metrics.
-
#labels ⇒ Hash<String,String>
The Amazon Managed Service for Prometheus metric labels to associate with the anomaly detector.
-
#missing_data_action ⇒ Types::AnomalyDetectorMissingDataAction
Specifies the action to take when data is missing during evaluation.
-
#tags ⇒ Hash<String,String>
The metadata to apply to the anomaly detector to assist with categorization and organization.
-
#workspace_id ⇒ String
The identifier of the workspace where the anomaly detector will be created.
Instance Attribute Details
#alias ⇒ String
A user-friendly name for the anomaly detector.
430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 430 class CreateAnomalyDetectorRequest < Struct.new( :workspace_id, :alias, :evaluation_interval_in_seconds, :missing_data_action, :configuration, :labels, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 430 class CreateAnomalyDetectorRequest < Struct.new( :workspace_id, :alias, :evaluation_interval_in_seconds, :missing_data_action, :configuration, :labels, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::AnomalyDetectorConfiguration
The algorithm configuration for the anomaly detector.
430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 430 class CreateAnomalyDetectorRequest < Struct.new( :workspace_id, :alias, :evaluation_interval_in_seconds, :missing_data_action, :configuration, :labels, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#evaluation_interval_in_seconds ⇒ Integer
The frequency, in seconds, at which the anomaly detector evaluates metrics. The default value is 60 seconds.
430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 430 class CreateAnomalyDetectorRequest < Struct.new( :workspace_id, :alias, :evaluation_interval_in_seconds, :missing_data_action, :configuration, :labels, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#labels ⇒ Hash<String,String>
The Amazon Managed Service for Prometheus metric labels to associate with the anomaly detector.
430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 430 class CreateAnomalyDetectorRequest < Struct.new( :workspace_id, :alias, :evaluation_interval_in_seconds, :missing_data_action, :configuration, :labels, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#missing_data_action ⇒ Types::AnomalyDetectorMissingDataAction
Specifies the action to take when data is missing during evaluation.
430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 430 class CreateAnomalyDetectorRequest < Struct.new( :workspace_id, :alias, :evaluation_interval_in_seconds, :missing_data_action, :configuration, :labels, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The metadata to apply to the anomaly detector to assist with categorization and organization.
430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 430 class CreateAnomalyDetectorRequest < Struct.new( :workspace_id, :alias, :evaluation_interval_in_seconds, :missing_data_action, :configuration, :labels, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the workspace where the anomaly detector will be created.
430 431 432 433 434 435 436 437 438 439 440 441 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 430 class CreateAnomalyDetectorRequest < Struct.new( :workspace_id, :alias, :evaluation_interval_in_seconds, :missing_data_action, :configuration, :labels, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |