Uses of Class
software.amazon.awscdk.services.ce.CfnAnomalySubscription.Builder
-
Uses of CfnAnomalySubscription.Builder in software.amazon.awscdk.services.ce
Modifier 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 Object> resourceTags) AWS::CE::AnomalySubscription.ResourceTags
.CfnAnomalySubscription.Builder.resourceTags
(IResolvable resourceTags) AWS::CE::AnomalySubscription.ResourceTags
.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.