AlertArgs

constructor(alertDescription: Output<String>? = null, alertDisplayname: Output<String>? = null, alertName: Output<String>? = null, annotations: Output<List<AlertAnnotationArgs>>? = null, autoAnnotation: Output<Boolean>? = null, condition: Output<String>? = null, dashboard: Output<String>? = null, groupConfiguration: Output<AlertGroupConfigurationArgs>? = null, joinConfigurations: Output<List<AlertJoinConfigurationArgs>>? = null, labels: Output<List<AlertLabelArgs>>? = null, muteUntil: Output<Int>? = null, noDataFire: Output<Boolean>? = null, noDataSeverity: Output<Int>? = null, notificationLists: Output<List<AlertNotificationListArgs>>? = null, notifyThreshold: Output<Int>? = null, policyConfiguration: Output<AlertPolicyConfigurationArgs>? = null, projectName: Output<String>? = null, queryLists: Output<List<AlertQueryListArgs>>? = null, schedule: Output<AlertScheduleArgs>? = null, scheduleInterval: Output<String>? = null, scheduleType: Output<String>? = null, sendResolved: Output<Boolean>? = null, severityConfigurations: Output<List<AlertSeverityConfigurationArgs>>? = null, templateConfiguration: Output<AlertTemplateConfigurationArgs>? = null, threshold: Output<Int>? = null, throttling: Output<String>? = null, type: Output<String>? = null, version: Output<String>? = null)