AnomalySubscriptionArgs

constructor(frequency: Output<AnomalySubscriptionFrequency>? = null, monitorArnList: Output<List<String>>? = null, resourceTags: Output<List<CreateOnlyTagArgs>>? = null, subscribers: Output<List<AnomalySubscriptionSubscriberArgs>>? = null, subscriptionName: Output<String>? = null, threshold: Output<Double>? = null, thresholdExpression: Output<String>? = null)