Anomaly Subscription Args
constructor(accountId: Output<String>? = null, frequency: Output<String>? = null, monitorArnLists: Output<List<String>>? = null, name: Output<String>? = null, subscribers: Output<List<AnomalySubscriptionSubscriberArgs>>? = null, tags: Output<Map<String, String>>? = null, threshold: Output<Double>? = null, thresholdExpression: Output<AnomalySubscriptionThresholdExpressionArgs>? = null)