Uses of Class
software.amazon.awscdk.services.ce.CfnAnomalySubscription.Builder
Packages that use CfnAnomalySubscription.Builder
-
Uses of CfnAnomalySubscription.Builder in software.amazon.awscdk.services.ce
Methods in software.amazon.awscdk.services.ce that return CfnAnomalySubscription.BuilderModifier and TypeMethodDescriptionThe frequency that anomaly notifications are sent.CfnAnomalySubscription.Builder.monitorArnList(List<String> monitorArnList) A list of cost anomaly monitors.CfnAnomalySubscription.Builder.resourceTags(List<? extends CfnAnomalySubscription.ResourceTagProperty> resourceTags) Tags to assign to subscription.CfnAnomalySubscription.Builder.subscribers(List<? extends Object> subscribers) A list of subscribers to notify.CfnAnomalySubscription.Builder.subscribers(IResolvable subscribers) A list of subscribers to notify.CfnAnomalySubscription.Builder.subscriptionName(String subscriptionName) The name for the subscription.(deprecated).CfnAnomalySubscription.Builder.thresholdExpression(String thresholdExpression) An Expression object in JSON string format used to specify the anomalies that you want to generate alerts for.