costexplorer_update_anomaly_subscription {paws.cost.management} | R Documentation |
Updates an existing cost anomaly subscription
Description
Updates an existing cost anomaly subscription. Specify the fields that you want to update. Omitted fields are unchanged.
See https://www.paws-r-sdk.com/docs/costexplorer_update_anomaly_subscription/ for full documentation.
Usage
costexplorer_update_anomaly_subscription(
SubscriptionArn,
Threshold = NULL,
Frequency = NULL,
MonitorArnList = NULL,
Subscribers = NULL,
SubscriptionName = NULL,
ThresholdExpression = NULL
)
Arguments
SubscriptionArn |
[required] A cost anomaly subscription Amazon Resource Name (ARN). |
Threshold |
(deprecated) The update to the threshold value for receiving notifications. This field has been deprecated. To update a threshold, use ThresholdExpression. Continued use of Threshold will be treated as shorthand syntax for a ThresholdExpression. You can specify either Threshold or ThresholdExpression, but not both. |
Frequency |
The update to the frequency value that subscribers receive notifications. |
MonitorArnList |
A list of cost anomaly monitor ARNs. |
Subscribers |
The update to the subscriber list. |
SubscriptionName |
The new name of the subscription. |
ThresholdExpression |
The update to the
Expression
object used to specify the anomalies that you want to generate alerts
for. This supports dimensions and nested expressions. The supported
dimensions are You can specify either Threshold or ThresholdExpression, but not both. The following are examples of valid ThresholdExpressions:
|