Amazon.PowerShell.Cmdlets.CW.AmazonCloudWatchClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Configuration_ExcludedTimeRange <
Range[]>
An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Configuration_ExcludedTimeRanges |
-Configuration_MetricTimezone <
String>
The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see
tz database.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The metric dimensions to create the anomaly detection model for.This parameter is deprecated.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Dimensions |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-MetricCharacteristics_PeriodicSpike <
Boolean>
Set this parameter to true if values for this metric consistently include spikes that should not be considered to be anomalies. With this set to true, CloudWatch will expect to see spikes that occurred consistently during the model training period, and won't flag future similar spikes as anomalies.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MetricCharacteristics_PeriodicSpikes |
An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression. Each item in MetricDataQueries gets a metric or performs a math expression. One item in MetricDataQueries is the expression that provides the time series that the anomaly detector uses as input. Designate the expression by setting ReturnData to true for this object in the array. For all other expressions and metrics, set ReturnData to false. The designated expression must return a single time series.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MetricMathAnomalyDetector_MetricDataQueries |
The name of the metric to create the anomaly detection model for.This parameter is deprecated.
Required? | False |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
The namespace of the metric to create the anomaly detection model for.This parameter is deprecated.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Changes the cmdlet behavior to return the value passed to the MetricName parameter. The -PassThru parameter is deprecated, use -Select '^MetricName' instead. This parameter will be removed in a future version.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudWatch.Model.PutAnomalyDetectorResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SingleMetricAnomalyDetector_AccountId <
String>
If the CloudWatch metric that provides the time series that the anomaly detector uses as input is in another account, specify that account ID here. If you omit this parameter, the current account is used.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The metric dimensions to create the anomaly detection model for.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SingleMetricAnomalyDetector_Dimensions |
-SingleMetricAnomalyDetector_MetricName <
String>
The name of the metric to create the anomaly detection model for.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SingleMetricAnomalyDetector_Namespace <
String>
The namespace of the metric to create the anomaly detection model for.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SingleMetricAnomalyDetector_Stat <
String>
The statistic to use for the metric and anomaly detection model.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The statistic to use for the metric and the anomaly detection model.This parameter is deprecated.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |