AWS.Tools.LookoutMetrics.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.LookoutMetrics</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.LOM.AddLOMResourceTagCmdlet"> <summary> Adds <a href="https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html">tags</a> to a detector, dataset, or alert. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.AddLOMResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The resource's Amazon Resource Name (ARN).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.AddLOMResourceTagCmdlet.Tag"> <summary> <para> <para>Tags to apply to the resource. Tag keys and values can contain letters, numbers, spaces, and the following symbols: <code>_.:/=+@-</code></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.AddLOMResourceTagCmdlet.Select"> <summary> 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.LookoutMetrics.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.AddLOMResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.AddLOMResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.DisableLOMAnomalyDetectorCmdlet"> <summary> Deactivates an anomaly detector. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.DisableLOMAnomalyDetectorCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.DisableLOMAnomalyDetectorCmdlet.Select"> <summary> 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.LookoutMetrics.Model.DeactivateAnomalyDetectorResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.DisableLOMAnomalyDetectorCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.DisableLOMAnomalyDetectorCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.EnableLOMAnomalyDetectorCmdlet"> <summary> Activates an anomaly detector. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.EnableLOMAnomalyDetectorCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The ARN of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.EnableLOMAnomalyDetectorCmdlet.Select"> <summary> 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.LookoutMetrics.Model.ActivateAnomalyDetectorResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.EnableLOMAnomalyDetectorCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.EnableLOMAnomalyDetectorCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.EnableLOMBackTestAnomalyDetectorCmdlet"> <summary> Runs a backtest for anomaly detection for the specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.EnableLOMBackTestAnomalyDetectorCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.EnableLOMBackTestAnomalyDetectorCmdlet.Select"> <summary> 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.LookoutMetrics.Model.BackTestAnomalyDetectorResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.EnableLOMBackTestAnomalyDetectorCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.EnableLOMBackTestAnomalyDetectorCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertCmdlet"> <summary> Describes an alert. <para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertCmdlet.AlertArn"> <summary> <para> <para>The ARN of the alert to describe.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Alert'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.DescribeAlertResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.DescribeAlertResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AlertArn parameter. The -PassThru parameter is deprecated, use -Select '^AlertArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertListCmdlet"> <summary> Lists the alerts attached to a detector. <para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertListCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The ARN of the alert's detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results that will be displayed by the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertListCmdlet.NextToken"> <summary> <para> <para>If the result of the previous request is truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AlertSummaryList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.ListAlertsResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.ListAlertsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAlertListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectionExecutionCmdlet"> <summary> Returns information about the status of the specified anomaly detection jobs. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectionExecutionCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectionExecutionCmdlet.Timestamp"> <summary> <para> <para>The timestamp of the anomaly detection job.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectionExecutionCmdlet.MaxResult"> <summary> <para> <para>The number of items to return in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectionExecutionCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectionExecutionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExecutionList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.DescribeAnomalyDetectionExecutionsResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.DescribeAnomalyDetectionExecutionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectionExecutionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectorCmdlet"> <summary> Describes a detector. <para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectorCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The ARN of the detector to describe.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectorCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.DescribeAnomalyDetectorResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.DescribeAnomalyDetectorResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectorCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectorListCmdlet"> <summary> Lists the detectors in the current AWS Region. <para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectorListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectorListCmdlet.NextToken"> <summary> <para> <para>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyDetectorListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AnomalyDetectorSummaryList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.ListAnomalyDetectorsResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.ListAnomalyDetectorsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupCmdlet"> <summary> Returns details about a group of anomalous metrics. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupCmdlet.AnomalyGroupId"> <summary> <para> <para>The ID of the anomaly group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AnomalyGroup'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.GetAnomalyGroupResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.GetAnomalyGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyGroupId parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyGroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupRelatedMetricListCmdlet"> <summary> Returns a list of measures that are potential causes or effects of an anomaly group. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupRelatedMetricListCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupRelatedMetricListCmdlet.AnomalyGroupId"> <summary> <para> <para>The ID of the anomaly group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupRelatedMetricListCmdlet.RelationshipTypeFilter"> <summary> <para> <para>Filter for potential causes (<code>CAUSE_OF_INPUT_ANOMALY_GROUP</code>) or downstream effects (<code>EFFECT_OF_INPUT_ANOMALY_GROUP</code>) of the anomaly group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupRelatedMetricListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupRelatedMetricListCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupRelatedMetricListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InterMetricImpactList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.ListAnomalyGroupRelatedMetricsResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.ListAnomalyGroupRelatedMetricsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupRelatedMetricListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyGroupId parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyGroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupSummaryListCmdlet"> <summary> Returns a list of anomaly groups. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupSummaryListCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupSummaryListCmdlet.SensitivityThreshold"> <summary> <para> <para>The minimum severity score for inclusion in the output.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupSummaryListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupSummaryListCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupSummaryListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.ListAnomalyGroupSummariesResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.ListAnomalyGroupSummariesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupSummaryListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupTimeSeriesListCmdlet"> <summary> Gets a list of anomalous metrics for a measure in an anomaly group. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupTimeSeriesListCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupTimeSeriesListCmdlet.AnomalyGroupId"> <summary> <para> <para>The ID of the anomaly group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupTimeSeriesListCmdlet.MetricName"> <summary> <para> <para>The name of the measure field.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupTimeSeriesListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupTimeSeriesListCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupTimeSeriesListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.ListAnomalyGroupTimeSeriesResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.ListAnomalyGroupTimeSeriesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMAnomalyGroupTimeSeriesListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyGroupId parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyGroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMDataQualityMetricListCmdlet"> <summary> Returns details about the requested data quality metrics. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMDataQualityMetricListCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector that you want to investigate.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMDataQualityMetricListCmdlet.MetricSetArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of a specific data quality metric set.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMDataQualityMetricListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AnomalyDetectorDataQualityMetricList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.GetDataQualityMetricsResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.GetDataQualityMetricsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMDataQualityMetricListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMFeedbackCmdlet"> <summary> Get feedback for an anomaly group. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMFeedbackCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMFeedbackCmdlet.AnomalyGroupTimeSeriesFeedback_AnomalyGroupId"> <summary> <para> <para>The ID of the anomaly group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMFeedbackCmdlet.AnomalyGroupTimeSeriesFeedback_TimeSeriesId"> <summary> <para> <para>The ID of the metric.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMFeedbackCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMFeedbackCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMFeedbackCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AnomalyGroupTimeSeriesFeedback'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.GetFeedbackResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.GetFeedbackResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMFeedbackCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetCmdlet"> <summary> Describes a dataset. <para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetCmdlet.MetricSetArn"> <summary> <para> <para>The ARN of the dataset.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.DescribeMetricSetResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.DescribeMetricSetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the MetricSetArn parameter. The -PassThru parameter is deprecated, use -Select '^MetricSetArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetConfigCmdlet"> <summary> Detects an Amazon S3 dataset's file format, interval, and offset. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetConfigCmdlet.AnomalyDetectorArn"> <summary> <para> <para>An anomaly detector ARN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetConfigCmdlet.S3SourceConfig_HistoricalDataPathList"> <summary> <para> <para>The config's historical data path list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetConfigCmdlet.S3SourceConfig_TemplatedPathList"> <summary> <para> <para>The config's templated path list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetConfigCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DetectedMetricSetConfig'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.DetectMetricSetConfigResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.DetectMetricSetConfigResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetConfigCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetListCmdlet"> <summary> Lists the datasets in the current AWS Region. <para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetListCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The ARN of the anomaly detector containing the metrics sets to list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetListCmdlet.NextToken"> <summary> <para> <para>If the result of the previous request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MetricSetSummaryList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.ListMetricSetsResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.ListMetricSetsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMMetricSetListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMResourceTagCmdlet"> <summary> Gets a list of <a href="https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html">tags</a> for a detector, dataset, or alert. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The resource's Amazon Resource Name (ARN).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet"> <summary> Returns a selection of sample records from an Amazon S3 datasource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.CsvFormatDescriptor_Charset"> <summary> <para> <para>The character set in which the source CSV file is written.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.JsonFormatDescriptor_Charset"> <summary> <para> <para>The character set in which the source JSON file is written.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.CsvFormatDescriptor_ContainsHeader"> <summary> <para> <para>Whether or not the source CSV file contains a header.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.CsvFormatDescriptor_Delimiter"> <summary> <para> <para>The character used to delimit the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.CsvFormatDescriptor_FileCompression"> <summary> <para> <para>The level of compression of the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.JsonFormatDescriptor_FileCompression"> <summary> <para> <para>The level of compression of the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.CsvFormatDescriptor_HeaderList"> <summary> <para> <para>A list of the source CSV file's headers, if any.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.S3SourceConfig_HistoricalDataPathList"> <summary> <para> <para>An array of strings containing the historical set of data paths.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.CsvFormatDescriptor_QuoteSymbol"> <summary> <para> <para>The character used as a quote character.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.S3SourceConfig_RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.S3SourceConfig_TemplatedPathList"> <summary> <para> <para>An array of strings containing the list of templated paths.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.GetLOMSampleDataCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.GetSampleDataResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.GetSampleDataResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet"> <summary> Creates an alert for an anomaly detector. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.AlertDescription"> <summary> <para> <para>A description of the alert.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.AlertName"> <summary> <para> <para>The name of the alert.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.AlertSensitivityThreshold"> <summary> <para> <para>An integer from 0 to 100 specifying the alert sensitivity threshold.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The ARN of the detector to which the alert is attached.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.AlertFilters_DimensionFilterList"> <summary> <para> <para>The list of DimensionFilter objects that are used for dimension-based filtering.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.LambdaConfiguration_LambdaArn"> <summary> <para> <para>The ARN of the Lambda function.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.AlertFilters_MetricList"> <summary> <para> <para>The list of measures that you want to get alerts for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.LambdaConfiguration_RoleArn"> <summary> <para> <para>The ARN of an IAM role that has permission to invoke the Lambda function.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.SNSConfiguration_RoleArn"> <summary> <para> <para>The ARN of the IAM role that has access to the target SNS topic.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.SNSConfiguration_SnsFormat"> <summary> <para> <para>The format of the SNS topic.</para><ul><li><para><code>JSON</code> – Send JSON alerts with an anomaly ID and a link to the anomaly detail page. This is the default.</para></li><li><para><code>LONG_TEXT</code> – Send human-readable alerts with information about the impacted timeseries and a link to the anomaly detail page. We recommend this for email.</para></li><li><para><code>SHORT_TEXT</code> – Send human-readable alerts with a link to the anomaly detail page. We recommend this for SMS.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.SNSConfiguration_SnsTopicArn"> <summary> <para> <para>The ARN of the target SNS topic.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.Tag"> <summary> <para> <para>A list of <a href="https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html">tags</a> to apply to the alert.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AlertArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.CreateAlertResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.CreateAlertResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAlertCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet"> <summary> Creates an anomaly detector. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet.AnomalyDetectorDescription"> <summary> <para> <para>A description of the detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet.AnomalyDetectorConfig_AnomalyDetectorFrequency"> <summary> <para> <para>The frequency at which the detector analyzes its source data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet.AnomalyDetectorName"> <summary> <para> <para>The name of the detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet.KmsKeyArn"> <summary> <para> <para>The ARN of the KMS key to use to encrypt your data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet.Tag"> <summary> <para> <para>A list of <a href="https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html">tags</a> to apply to the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AnomalyDetectorArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.CreateAnomalyDetectorResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.CreateAnomalyDetectorResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorName parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMAnomalyDetectorCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet"> <summary> Creates a dataset. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The ARN of the anomaly detector that will use the dataset.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.CsvFormatDescriptor_Charset"> <summary> <para> <para>The character set in which the source CSV file is written.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.JsonFormatDescriptor_Charset"> <summary> <para> <para>The character set in which the source JSON file is written.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RedshiftSourceConfig_ClusterIdentifier"> <summary> <para> <para>A string identifying the Redshift cluster.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.TimestampColumn_ColumnFormat"> <summary> <para> <para>The format of the timestamp column.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.TimestampColumn_ColumnName"> <summary> <para> <para>The name of the timestamp column.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.CsvFormatDescriptor_ContainsHeader"> <summary> <para> <para>Whether or not the source CSV file contains a header.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RDSSourceConfig_DatabaseHost"> <summary> <para> <para>The host name of the database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RedshiftSourceConfig_DatabaseHost"> <summary> <para> <para>The name of the database host.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AthenaSourceConfig_DatabaseName"> <summary> <para> <para>The database's name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RDSSourceConfig_DatabaseName"> <summary> <para> <para>The name of the RDS database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RedshiftSourceConfig_DatabaseName"> <summary> <para> <para>The Redshift database name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RDSSourceConfig_DatabasePort"> <summary> <para> <para>The port number where the database can be accessed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RedshiftSourceConfig_DatabasePort"> <summary> <para> <para>The port number where the database can be accessed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AthenaSourceConfig_DataCatalog"> <summary> <para> <para>The database's data catalog.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RDSSourceConfig_DBInstanceIdentifier"> <summary> <para> <para>A string identifying the database instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.CsvFormatDescriptor_Delimiter"> <summary> <para> <para>The character used to delimit the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.DimensionList"> <summary> <para> <para>A list of the fields you want to treat as dimensions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.CsvFormatDescriptor_FileCompression"> <summary> <para> <para>The level of compression of the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.JsonFormatDescriptor_FileCompression"> <summary> <para> <para>The level of compression of the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AppFlowConfig_FlowName"> <summary> <para> <para> name of the flow.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.CsvFormatDescriptor_HeaderList"> <summary> <para> <para>A list of the source CSV file's headers, if any.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.S3SourceConfig_HistoricalDataPathList"> <summary> <para> <para>A list of paths to the historical data files.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricList"> <summary> <para> <para>A list of metrics that the dataset will contain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricSetDescription"> <summary> <para> <para>A description of the dataset you are creating.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricSetFrequency"> <summary> <para> <para>The frequency with which the source data will be analyzed for anomalies.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricSetName"> <summary> <para> <para>The name of the dataset.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.Offset"> <summary> <para> <para>After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.CsvFormatDescriptor_QuoteSymbol"> <summary> <para> <para>The character used as a quote character.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AppFlowConfig_RoleArn"> <summary> <para> <para>An IAM role that gives Amazon Lookout for Metrics permission to access the flow.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AthenaSourceConfig_RoleArn"> <summary> <para> <para>An IAM role that gives Amazon Lookout for Metrics permission to access the data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.CloudWatchConfig_RoleArn"> <summary> <para> <para>An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RDSSourceConfig_RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RedshiftSourceConfig_RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the role providing access to the database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.S3SourceConfig_RoleArn"> <summary> <para> <para>The ARN of an IAM role that has read and write access permissions to the source S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.BackTestConfiguration_RunBackTestMode"> <summary> <para> <para>Run a backtest instead of monitoring new data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricSource_CloudWatchConfig_BackTestConfiguration_RunBackTestMode"> <summary> <para> <para>Run a backtest instead of monitoring new data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AthenaSourceConfig_S3ResultsPath"> <summary> <para> <para>The database's results path.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RDSSourceConfig_SecretManagerArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the AWS Secrets Manager role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RedshiftSourceConfig_SecretManagerArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the AWS Secrets Manager role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricSource_RDSSourceConfig_VpcConfiguration_SecurityGroupIdList"> <summary> <para> <para>An array of strings containing the list of security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricSource_RedshiftSourceConfig_VpcConfiguration_SecurityGroupIdList"> <summary> <para> <para>An array of strings containing the list of security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricSource_RDSSourceConfig_VpcConfiguration_SubnetIdList"> <summary> <para> <para>An array of strings containing the Amazon VPC subnet IDs (e.g., <code>subnet-0bb1c79de3EXAMPLE</code>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.MetricSource_RedshiftSourceConfig_VpcConfiguration_SubnetIdList"> <summary> <para> <para>An array of strings containing the Amazon VPC subnet IDs (e.g., <code>subnet-0bb1c79de3EXAMPLE</code>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AthenaSourceConfig_TableName"> <summary> <para> <para>The database's table name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RDSSourceConfig_TableName"> <summary> <para> <para>The name of the table in the database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.RedshiftSourceConfig_TableName"> <summary> <para> <para>The table name of the Redshift database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.Tag"> <summary> <para> <para>A list of <a href="https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html">tags</a> to apply to the dataset.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.S3SourceConfig_TemplatedPathList"> <summary> <para> <para>A list of templated paths to the source files.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.Timezone"> <summary> <para> <para>The time zone in which your source data was recorded.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.AthenaSourceConfig_WorkGroupName"> <summary> <para> <para>The database's work group name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MetricSetArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.CreateMetricSetResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.CreateMetricSetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.NewLOMMetricSetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAlertCmdlet"> <summary> Deletes an alert. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAlertCmdlet.AlertArn"> <summary> <para> <para>The ARN of the alert to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAlertCmdlet.Select"> <summary> 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.LookoutMetrics.Model.DeleteAlertResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAlertCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AlertArn parameter. The -PassThru parameter is deprecated, use -Select '^AlertArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAlertCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAnomalyDetectorCmdlet"> <summary> Deletes a detector. Deleting an anomaly detector will delete all of its corresponding resources including any configured datasets and alerts. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAnomalyDetectorCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The ARN of the detector to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAnomalyDetectorCmdlet.Select"> <summary> 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.LookoutMetrics.Model.DeleteAnomalyDetectorResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAnomalyDetectorCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMAnomalyDetectorCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMResourceTagCmdlet"> <summary> Removes <a href="https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html">tags</a> from a detector, dataset, or alert. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The resource's Amazon Resource Name (ARN).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMResourceTagCmdlet.TagKey"> <summary> <para> <para>Keys to remove from the resource's tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMResourceTagCmdlet.Select"> <summary> 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.LookoutMetrics.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMResourceTagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ResourceArn parameter. The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.RemoveLOMResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet"> <summary> Make changes to an existing alert. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.AlertArn"> <summary> <para> <para>The ARN of the alert to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.AlertDescription"> <summary> <para> <para>A description of the alert.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.AlertSensitivityThreshold"> <summary> <para> <para>An integer from 0 to 100 specifying the alert sensitivity threshold.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.AlertFilters_DimensionFilterList"> <summary> <para> <para>The list of DimensionFilter objects that are used for dimension-based filtering.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.LambdaConfiguration_LambdaArn"> <summary> <para> <para>The ARN of the Lambda function.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.AlertFilters_MetricList"> <summary> <para> <para>The list of measures that you want to get alerts for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.LambdaConfiguration_RoleArn"> <summary> <para> <para>The ARN of an IAM role that has permission to invoke the Lambda function.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.SNSConfiguration_RoleArn"> <summary> <para> <para>The ARN of the IAM role that has access to the target SNS topic.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.SNSConfiguration_SnsFormat"> <summary> <para> <para>The format of the SNS topic.</para><ul><li><para><code>JSON</code> – Send JSON alerts with an anomaly ID and a link to the anomaly detail page. This is the default.</para></li><li><para><code>LONG_TEXT</code> – Send human-readable alerts with information about the impacted timeseries and a link to the anomaly detail page. We recommend this for email.</para></li><li><para><code>SHORT_TEXT</code> – Send human-readable alerts with a link to the anomaly detail page. We recommend this for SMS.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.SNSConfiguration_SnsTopicArn"> <summary> <para> <para>The ARN of the target SNS topic.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AlertArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.UpdateAlertResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.UpdateAlertResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AlertArn parameter. The -PassThru parameter is deprecated, use -Select '^AlertArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAlertCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAnomalyDetectorCmdlet"> <summary> Updates a detector. After activation, you can only change a detector's ingestion delay and description. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAnomalyDetectorCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The ARN of the detector to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAnomalyDetectorCmdlet.AnomalyDetectorDescription"> <summary> <para> <para>The updated detector description.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAnomalyDetectorCmdlet.AnomalyDetectorConfig_AnomalyDetectorFrequency"> <summary> <para> <para>The frequency at which the detector analyzes its source data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAnomalyDetectorCmdlet.KmsKeyArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of an AWS KMS encryption key.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAnomalyDetectorCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AnomalyDetectorArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.UpdateAnomalyDetectorResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.UpdateAnomalyDetectorResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAnomalyDetectorCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMAnomalyDetectorCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet"> <summary> Updates a dataset. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.CsvFormatDescriptor_Charset"> <summary> <para> <para>The character set in which the source CSV file is written.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.JsonFormatDescriptor_Charset"> <summary> <para> <para>The character set in which the source JSON file is written.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RedshiftSourceConfig_ClusterIdentifier"> <summary> <para> <para>A string identifying the Redshift cluster.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.TimestampColumn_ColumnFormat"> <summary> <para> <para>The format of the timestamp column.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.TimestampColumn_ColumnName"> <summary> <para> <para>The name of the timestamp column.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.CsvFormatDescriptor_ContainsHeader"> <summary> <para> <para>Whether or not the source CSV file contains a header.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RDSSourceConfig_DatabaseHost"> <summary> <para> <para>The host name of the database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RedshiftSourceConfig_DatabaseHost"> <summary> <para> <para>The name of the database host.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.AthenaSourceConfig_DatabaseName"> <summary> <para> <para>The database's name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RDSSourceConfig_DatabaseName"> <summary> <para> <para>The name of the RDS database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RedshiftSourceConfig_DatabaseName"> <summary> <para> <para>The Redshift database name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RDSSourceConfig_DatabasePort"> <summary> <para> <para>The port number where the database can be accessed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RedshiftSourceConfig_DatabasePort"> <summary> <para> <para>The port number where the database can be accessed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.AthenaSourceConfig_DataCatalog"> <summary> <para> <para>The database's data catalog.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RDSSourceConfig_DBInstanceIdentifier"> <summary> <para> <para>A string identifying the database instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.CsvFormatDescriptor_Delimiter"> <summary> <para> <para>The character used to delimit the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.DimensionList"> <summary> <para> <para>The dimension list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.CsvFormatDescriptor_FileCompression"> <summary> <para> <para>The level of compression of the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.JsonFormatDescriptor_FileCompression"> <summary> <para> <para>The level of compression of the source CSV file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.AppFlowConfig_FlowName"> <summary> <para> <para> name of the flow.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.CsvFormatDescriptor_HeaderList"> <summary> <para> <para>A list of the source CSV file's headers, if any.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.S3SourceConfig_HistoricalDataPathList"> <summary> <para> <para>A list of paths to the historical data files.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricList"> <summary> <para> <para>The metric list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricSetArn"> <summary> <para> <para>The ARN of the dataset to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricSetDescription"> <summary> <para> <para>The dataset's description.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricSetFrequency"> <summary> <para> <para>The dataset's interval.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.Offset"> <summary> <para> <para>After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.CsvFormatDescriptor_QuoteSymbol"> <summary> <para> <para>The character used as a quote character.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.AppFlowConfig_RoleArn"> <summary> <para> <para>An IAM role that gives Amazon Lookout for Metrics permission to access the flow.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.AthenaSourceConfig_RoleArn"> <summary> <para> <para>An IAM role that gives Amazon Lookout for Metrics permission to access the data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.CloudWatchConfig_RoleArn"> <summary> <para> <para>An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RDSSourceConfig_RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RedshiftSourceConfig_RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the role providing access to the database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.S3SourceConfig_RoleArn"> <summary> <para> <para>The ARN of an IAM role that has read and write access permissions to the source S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.BackTestConfiguration_RunBackTestMode"> <summary> <para> <para>Run a backtest instead of monitoring new data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricSource_CloudWatchConfig_BackTestConfiguration_RunBackTestMode"> <summary> <para> <para>Run a backtest instead of monitoring new data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.AthenaSourceConfig_S3ResultsPath"> <summary> <para> <para>The database's results path.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RDSSourceConfig_SecretManagerArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the AWS Secrets Manager role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RedshiftSourceConfig_SecretManagerArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the AWS Secrets Manager role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricSource_RDSSourceConfig_VpcConfiguration_SecurityGroupIdList"> <summary> <para> <para>An array of strings containing the list of security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricSource_RedshiftSourceConfig_VpcConfiguration_SecurityGroupIdList"> <summary> <para> <para>An array of strings containing the list of security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricSource_RDSSourceConfig_VpcConfiguration_SubnetIdList"> <summary> <para> <para>An array of strings containing the Amazon VPC subnet IDs (e.g., <code>subnet-0bb1c79de3EXAMPLE</code>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.MetricSource_RedshiftSourceConfig_VpcConfiguration_SubnetIdList"> <summary> <para> <para>An array of strings containing the Amazon VPC subnet IDs (e.g., <code>subnet-0bb1c79de3EXAMPLE</code>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.AthenaSourceConfig_TableName"> <summary> <para> <para>The database's table name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RDSSourceConfig_TableName"> <summary> <para> <para>The name of the table in the database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.RedshiftSourceConfig_TableName"> <summary> <para> <para>The table name of the Redshift database.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.S3SourceConfig_TemplatedPathList"> <summary> <para> <para>A list of templated paths to the source files.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.AthenaSourceConfig_WorkGroupName"> <summary> <para> <para>The database's work group name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MetricSetArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.LookoutMetrics.Model.UpdateMetricSetResponse). Specifying the name of a property of type Amazon.LookoutMetrics.Model.UpdateMetricSetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the MetricSetArn parameter. The -PassThru parameter is deprecated, use -Select '^MetricSetArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.UpdateLOMMetricSetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.LOM.WriteLOMFeedbackCmdlet"> <summary> Add feedback for an anomalous metric. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.WriteLOMFeedbackCmdlet.AnomalyDetectorArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the anomaly detector.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.WriteLOMFeedbackCmdlet.AnomalyGroupTimeSeriesFeedback_AnomalyGroupId"> <summary> <para> <para>The ID of the anomaly group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.WriteLOMFeedbackCmdlet.AnomalyGroupTimeSeriesFeedback_IsAnomaly"> <summary> <para> <para>Feedback on whether the metric is a legitimate anomaly.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.WriteLOMFeedbackCmdlet.AnomalyGroupTimeSeriesFeedback_TimeSeriesId"> <summary> <para> <para>The ID of the metric.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.WriteLOMFeedbackCmdlet.Select"> <summary> 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.LookoutMetrics.Model.PutFeedbackResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.WriteLOMFeedbackCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AnomalyDetectorArn parameter. The -PassThru parameter is deprecated, use -Select '^AnomalyDetectorArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.LOM.WriteLOMFeedbackCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |